Skip to content

Commit

Permalink
Fix check for updates action
Browse files Browse the repository at this point in the history
Does not seem to work in a single expression.
  • Loading branch information
j8r committed Jan 18, 2025
1 parent 12e8d54 commit 5bccde0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Check for updates
on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed
- cron: "00 1 * * 5" # Open a PR
- cron: "30 1 * * 5" # 30 minutes after merge it if the CI passed
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab

jobs:
Expand Down

0 comments on commit 5bccde0

Please sign in to comment.