Skip to content

Commit

Permalink
Merge pull request #7 from arash77/keepalive
Browse files Browse the repository at this point in the history
Add keepalive workflow to feed bot GitHub Actions
  • Loading branch information
bgruening authored Nov 18, 2024
2 parents 72a4721 + a4389d8 commit 2d5a732
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/feed_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ jobs:
REPO: "usegalaxy-eu/galaxy-social"
DAYS: ${{ github.event.inputs.days || '14' }}
run: python -u app/feed_bot.py

keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2

0 comments on commit 2d5a732

Please sign in to comment.