Skip to content

Commit 7687bf9

Browse files
committed
fix(ci): only run the integration tests when the workflow files themselves change
Signed-off-by: kyteinsky <kyteinsky@gmail.com>
1 parent 4f9cc63 commit 7687bf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-test-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
filters: |
4343
src:
44-
- '.github/workflows/**'
44+
- '.github/workflows/integration-test-cron.yml'
4545
- 'lib/**'
4646
- 'stubs/**'
4747
- 'templates/**'

.github/workflows/integration-test-file-listener.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
filters: |
4343
src:
44-
- '.github/workflows/**'
44+
- '.github/workflows/integration-test-file-listener.yml'
4545
- 'lib/**'
4646
- 'stubs/**'
4747
- 'templates/**'

0 commit comments

Comments
 (0)