Skip to content

Commit

Permalink
change runner time to something random and early for shared runners
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy authored Sep 15, 2024
1 parent a37ffac commit 6a9120d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-binday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Binday
on:
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
- cron: '43 3 * * *'

jobs:
build:
Expand All @@ -25,4 +25,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Bindicator
run: |
python src/main.py --uprn ${{ secrets.UPRN }} --topic ${{ secrets.TOPIC }}
python src/main.py --uprn ${{ secrets.UPRN }} --topic ${{ secrets.TOPIC }}

0 comments on commit 6a9120d

Please sign in to comment.