Skip to content

Commit

Permalink
Merge pull request #19 from iqunlim/main
Browse files Browse the repository at this point in the history
Add Keepalive to github actions workflow
  • Loading branch information
brentjs0 authored Aug 11, 2024
2 parents 81b8a04 + 65a1a7a commit 8d5761b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '15 0 28 * *'

jobs:
build:
Expand All @@ -28,3 +30,13 @@ jobs:
with:
name: Build
path: staging
keepalive:

runs-on: ubuntu-latest

permissions:
actions: write

steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 8d5761b

Please sign in to comment.