mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-20 08:27:49 +02:00
Run only GitHub Actions jobs relevant to the changes that have been made.
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
name: CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.dockerignore'
|
||||
- '.github/workflosw/main.yml'
|
||||
- 'Changelog.md'
|
||||
- 'Dockerfile'
|
||||
- 'doc/**'
|
||||
- 'docker/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- 'tests/e2e/**'
|
||||
# Hmm, annoying, do we really have to duplicate this?
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '.dockerignore'
|
||||
- '.github/workflosw/main.yml'
|
||||
- 'Changelog.md'
|
||||
- 'Dockerfile'
|
||||
- 'doc/**'
|
||||
- 'docker/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- 'tests/e2e/**'
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
|
||||
@@ -3,6 +3,7 @@ name: E2E Test
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- 'Changelog.md'
|
||||
- 'doc/**'
|
||||
- 'LICENSE'
|
||||
|
||||
Reference in New Issue
Block a user