Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2da1d7

Browse files
committedOct 29, 2021
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

+3-3
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/checkout@v2.0.0
@@ -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/checkout@v2.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.