Skip to content

Commit

Permalink
PIPELINE-86: Updated keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Sep 30, 2024
1 parent 7809e8d commit cc539af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Github Action with a cronjob trigger
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 */14 * *" # Every 2 weeks
permissions:
actions: write
jobs:
Expand Down

0 comments on commit cc539af

Please sign in to comment.