Skip to content

Commit 196d56a

Browse files
committed
ci: Temporarily remove paths to test pipeline
1 parent b32197e commit 196d56a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/go-tests-op-translator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- main
99
# Only run on PRs that touch op-translator
1010
pull_request:
11-
paths:
12-
- "op-translator/**"
11+
# paths:
12+
# - "op-translator/**"
1313

1414
jobs:
1515
unit-tests:

.github/workflows/golangci-lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- main
99
# Only run on PRs that touch op-translator or metabased-publisher
1010
pull_request:
11-
paths:
12-
- "op-translator/**"
13-
- "metabased-publisher/**"
11+
# paths:
12+
# - "op-translator/**"
13+
# - "metabased-publisher/**"
1414

1515
permissions:
1616
contents: read

.github/workflows/rust-clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- main
99
# Only run on PRs that touch metabased-sequencer
1010
pull_request:
11-
paths:
12-
- "metabased-sequencer/**"
11+
# paths:
12+
# - "metabased-sequencer/**"
1313

1414
env:
1515
CARGO_TERM_COLOR: always

.github/workflows/rust-tests-metabased-sequencer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- main
99
# Only run on PRs that touch metabased-sequencer
1010
pull_request:
11-
paths:
12-
- "metabased-sequencer/**"
11+
# paths:
12+
# - "metabased-sequencer/**"
1313

1414
env:
1515
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)