Skip to content

Commit

Permalink
CI: don't run twice on dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Mar 21, 2024
1 parent 2c45dd4 commit 70748cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ environment:
branches:
except:
- /^ci/(?!appveyor)(/.+)?/
- /^dependabot/(/.+)?/

platform:
- x64
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches-ignore:
- 'ci/**'
- '!ci/gha**'
- 'dependabot/**'
pull_request:
branches:
- 'master'
Expand Down
4 changes: 2 additions & 2 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- <<: *copr
# Run on push to any branch.
trigger: commit
# Run except the "master*" branches.
# Run except the "master*" and "dependabot*" branches.
# https://github.com/packit/packit/issues/1986
branch: '(?!master)'
branch: '(?!master)(?!dependabot)'

0 comments on commit 70748cd

Please sign in to comment.