Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Oct 4, 2024
1 parent 37ba857 commit 2a7247a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,7 @@ jobs:
#########################################################################################
## Prepare and create release
#########################################################################################
prepare-release:
on:
release:
types: [released]
release:
runs-on: ubuntu-latest
needs: [pack-for-update, pack-for-manual_setup, pack-for-remote_setup]
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -380,7 +377,7 @@ jobs:
# Make sure to also update update-webinstaller.yml!
update-web-installer:
if: "!github.event.release.prerelease" # Only run on release but not on prerelease
needs: [prepare-release]
needs: [release]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 2a7247a

Please sign in to comment.