Skip to content

Commit

Permalink
CI will no longer require UI test output (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuskaT021 authored Sep 16, 2024
1 parent 40ab0c5 commit 2ba7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
publish-rc:
# TODO also keep the develop PR description up to date
if: ${{ github.base_ref == 'main' }}
needs: [UItest]
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 2ba7476

Please sign in to comment.