Skip to content

Commit

Permalink
revert cron change
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Jan 23, 2024
1 parent 58cbdc9 commit 6922aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
ESP32_CANARY_API_KEY_ID:
required: true
schedule:
- cron: '0/5 * * * *'
- cron: '0 * * * *'

env:
MONGODB_TEST_OUTPUT_URI: ${{ secrets.MONGODB_TEST_OUTPUT_URI }}
Expand Down

0 comments on commit 6922aac

Please sign in to comment.