Skip to content

Commit

Permalink
Do not run on pushes to dependabot/ branches.
Browse files Browse the repository at this point in the history
Dependabot always immediately opens a pull request after pushing to a
dependabot/ branch in this repo, so the PR does the same thing twice in
parallel.
  • Loading branch information
rkoesters committed Oct 5, 2023
1 parent b170152 commit cdc3cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: CI
"on":
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '29 4 1 * *'

Expand Down

0 comments on commit cdc3cee

Please sign in to comment.