Skip to content

Commit

Permalink
Disable scheduled CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 31, 2023
1 parent 5005d05 commit eacb698
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
jobs:
test:
if: ${{ false }} # disable for now
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
pull_request:
branches: [ master ]
workflow_dispatch:
schedule:
- cron: "0 9 * * 0"
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit eacb698

Please sign in to comment.