Skip to content

Commit

Permalink
Merge pull request #18 from pepkit/keepalive
Browse files Browse the repository at this point in the history
Update geo_raw_checker.yml
  • Loading branch information
khoroshevskyi authored Nov 29, 2023
2 parents dff208e + 191a620 commit f230562
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/geo_raw_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check failed cycles and samples

on:
schedule:
# run every dat at 11:00
# run every day at 11:00
- cron: '0 11 * * *'

workflow_dispatch:
Expand Down Expand Up @@ -42,3 +42,6 @@ jobs:

- name: Check 5 cycle before
run: python metageo_pephub/main.py --target geo --function run_checker --host ${{ secrets.HOST }} --db ${{ secrets.DB }} --user ${{ secrets.USER }} --password ${{ secrets.PASSWORD }} --cycle-count 5

- name: Keeplive, so git won't suspend after 60 days
uses: gautamkrishnar/keepalive-workflow@v1

0 comments on commit f230562

Please sign in to comment.