Skip to content

Commit ec8d86d

Browse files
author
pmmiranda
committed
ignore nimbus on CI and Kurtosis git workflows
1 parent c6b3fbb commit ec8d86d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- '**/*.md'
1818
- 'hive_integration/**'
1919
- 'fluffy/**'
20+
- 'nimbus/**'
2021
- '.github/workflows/fluffy*.yml'
2122
- 'nimbus_verified_proxy/**'
2223
- '.github/workflows/nimbus_verified_proxy.yml'

.github/workflows/kurtosis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Nimbus
2-
# Copyright (c) 2024 Status Research & Development GmbH
2+
# Copyright (c) 2025 Status Research & Development GmbH
33
# Licensed under either of
44
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
55
# http://www.apache.org/licenses/LICENSE-2.0)
@@ -20,6 +20,7 @@ on:
2020
- '**/*.md'
2121
- 'hive_integration/**'
2222
- 'fluffy/**'
23+
- 'nimbus/**'
2324
- '.github/workflows/fluffy*.yml'
2425
- 'nimbus_verified_proxy/**'
2526
- '.github/workflows/nimbus_verified_proxy.yml'
@@ -32,6 +33,7 @@ on:
3233
- '**/*.md'
3334
- 'hive_integration/**'
3435
- 'fluffy/**'
36+
- 'nimbus/**'
3537
- '.github/workflows/fluffy*.yml'
3638
- 'nimbus_verified_proxy/**'
3739
- '.github/workflows/nimbus_verified_proxy.yml'

0 commit comments

Comments
 (0)