Skip to content

Commit 85057e8

Browse files
authored
ci: remove librarian skipping on matrix builds (#3969)
It doesn't work due to https://github.com/orgs/community/discussions/9141.
1 parent a26a6d9 commit 85057e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
should_run:
1919
- '!internal/librariangen/**'
2020
build:
21-
needs: changes
22-
if: needs.changes.outputs.should_run == 'true'
2321
runs-on: ubuntu-22.04
2422
strategy:
2523
matrix:
@@ -332,8 +330,6 @@ jobs:
332330
--batch-mode \
333331
--no-transfer-progress
334332
showcase:
335-
needs: changes
336-
if: needs.changes.outputs.should_run == 'true'
337333
runs-on: ubuntu-22.04
338334
strategy:
339335
matrix:

0 commit comments

Comments
 (0)