Skip to content

Commit

Permalink
ci: fix release not executing when skipping CI for docs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla authored and wolfgangwalther committed May 17, 2024
1 parent 33b6ba8 commit ea4d159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ jobs:
(needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04
needs:
- docs
- test
- build
- arm
steps:
Expand Down

0 comments on commit ea4d159

Please sign in to comment.