Skip to content

Commit

Permalink
ci(keep alive): Specify workflows to keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed May 15, 2024
1 parent 99c63f9 commit 1ebc227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
# keepalive-workflow keeps GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 50
time_elapsed: 30
workflow_files: "unittests.yml, mongodb-storage.yml, sql-storage.yml"
2 changes: 2 additions & 0 deletions .github/workflows/mongodb-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
paths-ignore:
- '**.md'
workflow_dispatch:
schedule:
- cron: '30 02 * * THU'

jobs:
mongodb-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sql-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
paths-ignore:
- '**.md'
workflow_dispatch:
schedule:
- cron: '35 02 * * THU'

jobs:
sql-tests:
Expand Down

0 comments on commit 1ebc227

Please sign in to comment.