Skip to content

Commit c06bd82

Browse files
[CI] Update lock workflow file
1 parent beab764 commit c06bd82

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lock.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
# DO NOT EDIT - This GitHub Workflow is managed by automation
2+
# https://github.com/hashicorp/terraform-devex-repos
13
name: 'Lock Threads'
24

35
on:
46
schedule:
5-
- cron: '50 1 * * *'
7+
- cron: '18 12 * * *'
68

79
jobs:
810
lock:
911
runs-on: ubuntu-latest
1012
steps:
13+
# NOTE: When TSCCR updates the GitHub action version, update the template workflow file to avoid drift:
14+
# https://github.com/hashicorp/terraform-devex-repos/blob/main/modules/repo/workflows/lock.tftpl
1115
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
1216
with:
1317
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)