mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +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:
|
create-release:
|
||||||
name: Create Github release
|
name: Create Github release
|
||||||
needs: [build, update-version-in-repo]
|
needs: [update-version-in-repo]
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -182,7 +182,7 @@ jobs:
|
||||||
create-google-play-release:
|
create-google-play-release:
|
||||||
if: false
|
if: false
|
||||||
name: Create Google Play release
|
name: Create Google Play release
|
||||||
needs: [build, extract-merged-native-libs]
|
needs: [extract-merged-native-libs]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download app bundle
|
- name: Download app bundle
|
||||||
|
|
Loading…
Reference in a new issue