File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77 # schedule:
8- # # * is a special character in YAML so you have to quote this string
9- # # At 22:00 on Sunday
10- # # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
11- # - cron: '0 22 * * 0'
8+ # * is a special character in YAML so you have to quote this string
9+ # At 22:00 on Sunday
10+ # Timezone is UTC, so Paris time is +2 during the summer and +1 during winter
11+ # - cron: '0 22 * * 0'
1212
1313permissions :
1414 contents : read
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CML weekly pip audit
22on :
33
44 # 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'
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