Skip to content

Commit

Permalink
Create keep-alive-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag authored Feb 1, 2024
1 parent d2a39e6 commit 9b0b994
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/keep-alive-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Github Action with a cronjob trigger
on: workflow_dispatch

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

0 comments on commit 9b0b994

Please sign in to comment.