mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
make pr-creation condition more explicit
This commit is contained in:
2
.github/workflows/linux-makepkg.yml
vendored
2
.github/workflows/linux-makepkg.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
|
||||
create-pr:
|
||||
name: Create PR for AUR
|
||||
if: github.event_name == 'workflow_dispatch' && inputs.create-pr || needs.get-version.outputs.versionType == 'stable'
|
||||
if: github.event_name == 'workflow_dispatch' && inputs.create-pr || github.event_name == 'release' && needs.get-version.outputs.versionType == 'stable'
|
||||
runs-on: ubuntu-latest
|
||||
needs: [get-version, makepkg]
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user