Skip to content

Commit 70748cd

Browse files
committed
CI: don't run twice on dependabot branches
1 parent 2c45dd4 commit 70748cd

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ environment:
6161
branches:
6262
except:
6363
- /^ci/(?!appveyor)(/.+)?/
64+
- /^dependabot/(/.+)?/
6465

6566
platform:
6667
- x64

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches-ignore:
66
- 'ci/**'
77
- '!ci/gha**'
8+
- 'dependabot/**'
89
pull_request:
910
branches:
1011
- 'master'

.packit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- <<: *copr
2727
# Run on push to any branch.
2828
trigger: commit
29-
# Run except the "master*" branches.
29+
# Run except the "master*" and "dependabot*" branches.
3030
# https://github.com/packit/packit/issues/1986
31-
branch: '(?!master)'
31+
branch: '(?!master)(?!dependabot)'

0 commit comments

Comments
 (0)