Skip to content

Commit

Permalink
fix test schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Apr 3, 2024
1 parent 81d1b70 commit a957d12
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Group_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Read grouping tests
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 7'
- cron: '0 6 * * 0,4'

env:
RUN_NAME: Resume_tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Human.ONT_simulated.R9.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Human ONT R9 simulated uniform coverage
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * 7'
- cron: '0 5 * * 0'

env:
RUN_NAME: Human.ONT_simulated.R9.uniform_cov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Human.PB_simulated.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Human PacBio simulated uniform coverage
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 7'
- cron: '0 5 * * 2'

env:
RUN_NAME: Human.PB_simulated.uniform_cov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R10.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mouse ONT R10 simulated reduced annotation
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * 4'
- cron: '0 4 * * 1'

env:
RUN_NAME: Mouse.ONT_simulated.R10.reduced_db
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R10.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mouse ONT R10 simulated uniform coverage
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * 7'
- cron: '0 5 * * 4'

env:
RUN_NAME: Mouse.ONT_simulated.R10.uniform_cov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R9.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mouse ONT R9 simulated reduced annotation
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 3'
- cron: '0 4 * * 3'

env:
RUN_NAME: Mouse.ONT_simulated.R9.reduced_db
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.ONT_simulated.R9.uniform_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mouse ONT R9 simulated uniform coverage
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 7'
- cron: '0 5 * * 6'

env:
RUN_NAME: Mouse.ONT_simulated.R9.uniform_cov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Mouse.PB_simulated.reduced_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mouse PacBio simulated reduced annotation
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 3'
- cron: '0 4 * * 5'

env:
RUN_NAME: Mouse.PB_simulated.reduced_db
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Resume_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Resume option tests
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 6'
- cron: '0 6 * * 2,5'

env:
RUN_NAME: Resume_tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SIRVs.Set4.R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SIRVs R10.4 reduced annotation
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * 2,6'
- cron: '0 12 * * 1,3,5'

env:
RUN_NAME: SIRVs.Set4.R10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/YAML_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: YAML tests
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 7'
- cron: '0 6 * * 3,6'

env:
RUN_NAME: Resume_tests
Expand Down

0 comments on commit a957d12

Please sign in to comment.