Skip to content

Commit

Permalink
Stop actions until work placement finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev authored Sep 3, 2023
1 parent 45abe94 commit 9cbb70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Send weekly table to Discord
on:
workflow_dispatch:
schedule:
- cron: '0 10 * 1-4,9-12 6'
- cron: '0 10 * 1-4 6' # '0 10 * 1-4,9-12 6'

jobs:
build:
Expand Down

0 comments on commit 9cbb70c

Please sign in to comment.