Skip to content

Commit 9760e4d

Browse files
[CI] Update lock workflow file
1 parent 7c28f83 commit 9760e4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/lock.yml

+5-1
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: '25 17 * * *'
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)