mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 16:37:43 +02:00
Only run the E2E test if Krill changes
Include rather than exclude as include might fail to run the E2E test when a new file or dir is added which _does_ affect Krill, better to run the E2E test unnecessarily than not run it when it should run.
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
name: E2E Test
|
||||
|
||||
on: push
|
||||
paths-ignore:
|
||||
- '.dockerignore'
|
||||
- 'Changelog.md'
|
||||
- 'doc/**'
|
||||
- 'docker/**'
|
||||
- 'Dockerfile'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- 'tests/**'
|
||||
- 'test-resources/**'
|
||||
|
||||
jobs:
|
||||
krill_e2e_test:
|
||||
|
||||
Reference in New Issue
Block a user