Skip to content

Commit

Permalink
Update .github/workflows/build-and-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Marian Pohling <divine@openbase.org>
  • Loading branch information
LukBelter and DivineThreepwood authored May 7, 2024
1 parent b774a8a commit 09a1972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
needs: build
if: |
(github.event.pull_request.draft == false)
&& (needs.check.outputs.worth_testing == true)
&& (needs.check.outputs.testing_needed == true)
runs-on: ubuntu-latest

Expand Down

0 comments on commit 09a1972

Please sign in to comment.