Skip to content

Commit 91c47b0

Browse files
authored
Fix the CI workflow file (remove references to the now-removed build-mylib job)
1 parent 1571378 commit 91c47b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ jobs:
2424
- ci_started
2525
- test
2626
- docs
27-
- build-mylib
2827
steps:
2928
- run: |
3029
echo ci_started: ${{ needs.ci_started.result }}
3130
echo test: ${{ needs.test.result }}
3231
echo docs: ${{ needs.docs.result }}
33-
echo build-mylib: ${{ needs.build-mylib.result }}
3432
- run: exit 1
3533
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped') }}
3634
ci_started:

0 commit comments

Comments
 (0)