Skip to content

Commit

Permalink
Ignore packit/TMT files better in GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 25, 2023
1 parent bc91c2d commit 1a8f1b1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ on:
paths:
- '**/Cargo.toml'
- '.github/workflows/cargo.yml'
- ".packit.yaml"
pull_request:
branches:
- master
paths:
- '**/Cargo.toml'
- '.github/workflows/cargo.yml'
- ".packit.yaml"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'
pull_request:
branches:
- master
Expand All @@ -20,7 +22,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'

workflow_dispatch:

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'
pull_request:
branches:
- master
Expand All @@ -20,7 +22,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'

workflow_dispatch:

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'
pull_request:
branches:
- master
Expand All @@ -20,7 +22,9 @@ on:
- '**/README.md'
- 'README_tests.md'
- 'tests/**'
- ".packit.yaml"
- '.packit.yaml'
- 'plans/**'
- 'test/**'

workflow_dispatch:

Expand Down

0 comments on commit 1a8f1b1

Please sign in to comment.