Skip to content

Commit

Permalink
ci: fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Aug 21, 2024
1 parent 1fe4b09 commit 1d60cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
allure:
# https://allurereport.org/docs/integrations-github/
runs-on: ubuntu-latest
if: always() // even if tests fail
if: always() # even if tests fail
needs: publish
permissions:
contents: write
Expand Down

0 comments on commit 1d60cbf

Please sign in to comment.