We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0992a commit b2da1d7Copy full SHA for b2da1d7
.github/workflows/validate_master.yml
@@ -6,11 +6,11 @@ on:
6
branches:
7
- master
8
schedule:
9
- - cron: '* 13 * * 1' # every monday at 6 AM PDT
+ - cron: '27 13 * * 1' # every monday at 6 AM PDT
10
11
jobs:
12
rotate-validate:
13
- name: rotate iam user keys
+ name: rotate validate iam user keys
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2.0.0
@@ -38,7 +38,7 @@ jobs:
38
SLACK_WEBHOOK_URL: ${{ secrets.WEBHOOK_ADDRESS }}
39
40
rotate-recovery:
41
+ name: rotate recovery iam user keys
42
43
44
0 commit comments