mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
Removed redundant jobs requirements
This commit is contained in:
parent
0854ddd952
commit
ccb94541ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create_release.yml
vendored
4
.github/workflows/create_release.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
|
||||
create-release:
|
||||
name: Create Github release
|
||||
needs: [build, update-version-in-repo]
|
||||
needs: [update-version-in-repo]
|
||||
if: github.ref_name == 'main'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
@ -182,7 +182,7 @@ jobs:
|
|||
create-google-play-release:
|
||||
if: false
|
||||
name: Create Google Play release
|
||||
needs: [build, extract-merged-native-libs]
|
||||
needs: [extract-merged-native-libs]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download app bundle
|
||||
|
|
Loading…
Reference in a new issue