Skip to content

Commit

Permalink
Fixing job paths globs
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Apr 3, 2024
1 parent a2a2acd commit cc45ffb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anms-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
paths:
- .github/workflows/anms-core.yaml
- deps
- anms-core
- deps/**
- anms-core/**

jobs:
unit-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aricodec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
paths:
- .github/workflows/aricodec.yaml
- deps
- aricodec
- deps/**
- aricodec/**

jobs:
flake8:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/transcoder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
paths:
- .github/workflows/transcoder.yaml
- deps
- transcoder
- deps/**
- transcoder/**

jobs:
flake8:
Expand Down

0 comments on commit cc45ffb

Please sign in to comment.