Skip to content

Commit

Permalink
Adjust schedule for keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zebreus committed Apr 24, 2023
1 parent 638a246 commit f153b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Prevent github from suspending scheduled actions
on:
schedule:
- cron: "0 3 1 * *"
- cron: "0 0 * * 3"
workflow_dispatch:
permissions:
contents: write
Expand Down

0 comments on commit f153b1d

Please sign in to comment.