Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
1
ccp-p authored Nov 25, 2024
1 parent 7ac0afe commit 44ba293
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,14 @@ env:
RUN_ENV: 'prod'

jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
build:
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/master'

0 comments on commit 44ba293

Please sign in to comment.