mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 09:32:24 +03:00
Temp build fix
This commit is contained in:
2
.github/workflows/update-build-release.yml
vendored
2
.github/workflows/update-build-release.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
commit_long_sha: ${{ steps.commit.outputs.commit_long_sha }}
|
||||
|
||||
build:
|
||||
if: ${{ (github.event_name == 'push') || (needs.update_packages.new_version) }}
|
||||
if: ${{ (github.event_name == 'push') || (github.event_name == 'workflow_dispatch') || (needs.update_packages.new_version) }}
|
||||
needs: update_packages
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
|
Reference in New Issue
Block a user