Skip to content

Commit

Permalink
Keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
HereAround committed Sep 11, 2024
1 parent e6012c7 commit 3492c97
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/KeepAlive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: KeepAlive
on:
schedule:
- cron: "0 0 * * *"
jobs:
main-job:
name: Main Job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - step1
# - step 2
# - Step N
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 3492c97

Please sign in to comment.