Skip to content

Commit 9472043

Browse files
committed
chore: update .github/workflows/enable.yaml
1 parent dfa3df5 commit 9472043

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/enable.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Keepalive Workflow
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
jobs:
7+
keepalive-job:
8+
name: Keepalive Workflow
9+
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
12+
steps:
13+
- uses: actions/checkout@main
14+
- uses: ivanjosipovic/keepalive-workflow@v2

0 commit comments

Comments
 (0)