temp disable main workflows to verify2
This commit is contained in:
parent
5a2853988e
commit
cec1172b59
1 changed files with 2 additions and 4 deletions
6
.github/workflows/manual.yml
vendored
6
.github/workflows/manual.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
deploy_playstore_internal:
|
||||
environment:
|
||||
name: ${{ inputs.environment }}
|
||||
env:
|
||||
WEB_APP_ENV: ${{ vars.WEB_APP_ENV }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -18,10 +20,6 @@ jobs:
|
|||
with:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: 'zulu'
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: ${{ env.FLUTTER_VERSION }}
|
||||
cache: true
|
||||
- name: Update env files to selected environment
|
||||
run: |
|
||||
rm .env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue