Skip to content

Commit

Permalink
Fix up excludes for tests-fmf
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 21, 2023
1 parent af4a46c commit 247aa6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down

0 comments on commit 247aa6e

Please sign in to comment.