We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bbfd8 commit 987dc20Copy full SHA for 987dc20
.github/workflows/cronjob.yml
@@ -0,0 +1,13 @@
1
+name: Github Action with a cronjob trigger
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+permissions:
6
+ actions: write
7
+jobs:
8
+ cronjob-based-github-action:
9
+ name: Cronjob based github action
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: gautamkrishnar/keepalive-workflow@v2
0 commit comments