Skip to content

Commit 491f311

Browse files
authored
keep alive
1 parent 115e229 commit 491f311

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cronjob.yml

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)