Skip to content

Commit

Permalink
add keepalive workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
answebdev committed May 8, 2022
1 parent 92ad4bc commit 0544fe3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/keepalive.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Github Action with a cronjob trigger
on:
schedule:
- cron: '0 0 * * *'

jobs:
cronjob-based-github-action:
name: Cronjob based github action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- # step1
- # step 2
- # step n, use it as the last step
- uses: gautamkrishnar/keepalive-workflow@master # using the workflow with default settings

0 comments on commit 0544fe3

Please sign in to comment.