Skip to content

Commit

Permalink
disable schedul
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Oct 16, 2024
1 parent 178dcb8 commit 6af45be
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@ name: Integration tests
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: '${{ github.ref != ''refs/heads/main'' }}'
'on':
workflow_dispatch: null
merge_group: null
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: 0 0 * * *
'on': push
env:
CI: 1
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit 6af45be

Please sign in to comment.