CI: Skip GitHub actions for `hive_integration` files
Files underneath `hive_integration` are not used to build anything, so don't trigger CI when these files change. Most of them are manually copied into Hive `hive/clients/nimbus`. The rest are instructions and a standalone helper program not used by CI. Signed-off-by: Jamie Lokier <jamie@shareable.org>
This commit is contained in:
parent
2416d23507
commit
e03c483afa
|
@ -1,9 +1,9 @@
|
||||||
name: nimbus-eth1 CI
|
name: nimbus-eth1 CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md']
|
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore: ['doc/**', 'docs/**', '**/*.md']
|
paths-ignore: ['doc/**', 'docs/**', '**/*.md', 'hive_integration/**']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue