Skip to content

Commit

Permalink
Update run_orchestrator_1.yml
Browse files Browse the repository at this point in the history
Don't run Monday mornings
  • Loading branch information
jbwexler authored May 17, 2024
1 parent 5204deb commit 6138529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_orchestrator_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
cache: 'pip'
- run: pip install flywheel-sdk==18.0.0
- name: Run Python Script
if: github.event.schedule != '49 12 * * 1'
run: python orchestrator_1.py
env:
FW_API_KEY: ${{ secrets.FW_API_KEY }}
Expand Down

0 comments on commit 6138529

Please sign in to comment.