ci: Skip `publish-aur-package` job on forks

Move the `if` condition that tests for the Ruffle official repository
to the job-level, so all steps of that job are skipped, rather than
only the publish step itself. This should have a very little effect,
but I just randomly noticed it.
This commit is contained in:
relrelb 2022-01-24 21:49:04 +02:00 committed by Mike Welsh
parent da50d44460
commit 2132f3c9cd
1 changed files with 1 additions and 1 deletions

View File

@ -409,6 +409,7 @@ jobs:
name: Publish AUR package
needs: build
runs-on: ubuntu-latest
if: github.repository == 'ruffle-rs/ruffle'
steps:
- uses: actions/checkout@v2
@ -428,7 +429,6 @@ jobs:
run: sed -e "s/@VERSION@/${{ steps.current_time_dots.outputs.formattedTime }}/" -i ./PKGBUILD
- name: Publish AUR package
if: github.repository == 'ruffle-rs/ruffle'
uses: KSXGitHub/github-actions-deploy-aur@v2.2.5
with:
pkgname: ruffle-nightly-bin