Skip to content

Commit

Permalink
Create github-keepalive.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat authored Mar 30, 2024
1 parent 254c6f4 commit 34237fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/github-keepalive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: keepalive
on:
schedule:
- cron: "0 0 * * *"
jobs:
main-job:
name: Main Job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: unresolv/keepalive-workflow@v2

0 comments on commit 34237fb

Please sign in to comment.