Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
name: Dart CI
on:
push:
branches: master
pull_request:
branches: master
schedule:
- cron: "0 0 * * 0"
defaults:
Expand Down
2 changes: 0 additions & 2 deletions mono_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ github:
on:
# Run CI on pushes to the master branch, and on PRs against master.
push:
branches: master
pull_request:
branches: master
schedule:
- cron: "0 0 * * 0"

Expand Down
Loading