Skip to content

Commit

Permalink
Always run publish if aggregate went well
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 5, 2024
1 parent 17067b1 commit 2c5e8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
publish:
needs: aggregate
if: " always() && github.event_name != 'pull_request' && jobs.aggregate.result == 'success'"
if: " always() && jobs.aggregate.result == 'success'"
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 2c5e8e5

Please sign in to comment.