Skip to content

Commit

Permalink
Merge pull request #27 from Sage-Bionetworks-Workflows/bwmac/ORCA-282…
Browse files Browse the repository at this point in the history
…/prevent-scheduled-action-pause

[ORCA-282] Adds "Keep Alive" CI Step
  • Loading branch information
BWMac authored Oct 16, 2023
2 parents e3ddde0 + 83e4adb commit 2cdccde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
name: python-distribution-files
path: dist/
retention-days: 1
# Prevent scheduled workflow from ever being paused
- name: Keepalive Workflow
uses: gautamkrishnar/[email protected]
with:
time_elapsed: 44


test:
needs: prepare
Expand Down

0 comments on commit 2cdccde

Please sign in to comment.