Skip to content

Commit

Permalink
#2 fixed schedule on keep-alive.yaml to run every week
Browse files Browse the repository at this point in the history
Previously it was once a month which is obviously wrong because it have high chance to miss a commit
  • Loading branch information
CAMOBAP authored Oct 1, 2023
1 parent d3b6212 commit 5544cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/keep-alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: keep-alive

on:
schedule:
- cron: "0 0 1 * *" # At 00:00 on day-of-month 1.
- cron: "0 0 * * 1" # At 00:00 every Monday

jobs:
notify:
uses: metanorma/ci/.github/workflows/keep-alive.yml@main
uses: metanorma/ci/.github/workflows/keep-alive.yml@main

0 comments on commit 5544cd9

Please sign in to comment.