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 655f662 commit 24fbe70Copy full SHA for 24fbe70
.github/workflows/keepalive.yml
@@ -0,0 +1,17 @@
1
+name: Keep Alive
2
+on:
3
+ schedule:
4
+ - cron: "0 0 * * *"
5
+jobs:
6
+ main-job:
7
+ name: Main Job
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ workflow-keepalive:
12
+ if: github.event_name == 'schedule'
13
14
+ permissions:
15
+ actions: write
16
17
+ - uses: liskin/gh-workflow-keepalive@v1
0 commit comments