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:
ximon18
2020-01-17 09:57:42 +01:00
committed by GitHub
parent dcccd3c304
commit 2dcc1ed2d6
+10
View File
@@ -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: