Skip to content

Commit

Permalink
Merge pull request #5984 from kmk3/ci-fix-dependabot-dup
Browse files Browse the repository at this point in the history
ci: fix dependabot duplicated workflow runs
  • Loading branch information
kmk3 authored Aug 30, 2023
2 parents e77ab07 + 0cc56a7 commit c82a526
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Build-extra

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'm4/**'
- 'src/**.c'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Build
# Note: Keep this list in sync with DISTFILES in ../../Makefile.
on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'contrib/**'
- 'etc/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Check-C

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'm4/**'
- 'src/**.c'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Check-Profiles

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'ci/check/profiles/**'
- 'etc/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Check-Python

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- '**.py'
- .github/workflows/check-python.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Codespell

on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- 'm4/**'
- COPYING
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Test

on:
push:
branches-ignore:
- 'dependabot/**'
paths:
- 'm4/**'
- 'src/**.c'
Expand Down

0 comments on commit c82a526

Please sign in to comment.