Skip to content

Commit b2da1d7

Browse files
committed
correct cron of action
1 parent 5e0992a commit b2da1d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66
branches:
77
- master
88
schedule:
9-
- cron: '* 13 * * 1' # every monday at 6 AM PDT
9+
- cron: '27 13 * * 1' # every monday at 6 AM PDT
1010

1111
jobs:
1212
rotate-validate:
13-
name: rotate iam user keys
13+
name: rotate validate iam user keys
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/[email protected]
@@ -38,7 +38,7 @@ jobs:
3838
SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_ADDRESS }}
3939

4040
rotate-recovery:
41-
name: rotate iam user keys
41+
name: rotate recovery iam user keys
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/[email protected]

0 commit comments

Comments
 (0)