Skip to content

Commit

Permalink
tuned workflow for scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Sep 25, 2023
1 parent 03611ef commit 8dd185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Scheduling
id: schedule
run: |
for i in $(seq 60)
for i in $(seq 55)
do
(cd repository; git pull --rebase)
python -m cactus.scheduler.schedule repository
Expand Down

0 comments on commit 8dd185f

Please sign in to comment.