Skip to content

Commit 98395ed

Browse files
authored
keepalive workflow (#139)
1 parent bf9abae commit 98395ed

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/elixir-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,12 @@ jobs:
9393
run: mix hex.publish --yes
9494
env:
9595
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
96+
97+
# Prevent GitHub from suspending your cronjob based triggers due to repository inactivity
98+
keepalive:
99+
runs-on: ubuntu-latest
100+
permissions:
101+
actions: write
102+
steps:
103+
- uses: actions/checkout@v4
104+
- uses: gautamkrishnar/keepalive-workflow@v2

0 commit comments

Comments
 (0)