Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 4, 2024
1 parent 61e18cb commit 99552df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
KEY_PASSPHRASE: "${{ secrets.KEY_PASSPHRASE }}"
distribution: "${{ matrix.distrib }}"
aggregate:
if: ${{ always() }}
needs: build
runs-on: ubuntu-20.04
steps:
- name: Checkout packages
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
- name: Upload page artifact
uses: actions/upload-pages-artifact@v3
publish:
needs: build
needs: aggregate
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit 99552df

Please sign in to comment.