File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11name : Check GitHub Issues
22on :
3- workflow_dispatch :
3+ # workflow_dispatch:
44
5- # Each Monday at 9:00 AM
6- schedule :
7- - cron : " 0 9 * * 1"
5+ # # Each Monday at 9:00 AM
6+ # schedule:
7+ # - cron: "0 9 * * 1"
88
99permissions :
1010 contents : read
Original file line number Diff line number Diff line change 11name : CML weekly pip audit
22on :
33
4- schedule :
5- # * is a special character in YAML so you have to quote this string
6- # At 22:00 on Sunday
7- # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
8- - cron : ' 0 22 * * 0'
4+ # schedule:
5+ # # * is a special character in YAML so you have to quote this string
6+ # # At 22:00 on Sunday
7+ # # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
8+ # - cron: '0 22 * * 0'
99
1010concurrency :
1111 # Add event_name in the group as workflow dispatch means we could run this in addition to other
You can’t perform that action at this time.
0 commit comments