Skip to content

Commit

Permalink
Remove nightly test schedule (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: bumptagbot <[email protected]>
  • Loading branch information
ddietterich and bumptagbot authored Sep 26, 2023
1 parent 9a0c3d7 commit 7b4a07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run tests nightly
on:
workflow_dispatch: { }
schedule:
- cron: '0 5 * * *' # 5AM UTC = 12AM EST
# schedule:
# - cron: '0 5 * * *' # 5AM UTC = 12AM EST

jobs:
test-source-and-install:
Expand Down

0 comments on commit 7b4a07b

Please sign in to comment.