Skip to content

Commit 5f6ca07

Browse files
authored
Create keep-alive.yml
1 parent e7fa9a8 commit 5f6ca07

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/keep-alive.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: keep-github-actions-alive
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
jobs:
7+
keep-alive:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
with:
12+
ref: 'keep-alive'
13+
- uses: gautamkrishnar/keepalive-workflow@v1
14+
with:
15+
time_elapsed: 50

0 commit comments

Comments
 (0)