temp disable main workflows to verify2

This commit is contained in:
Brord van Wierst 2024-12-24 13:46:45 +01:00
parent 5a2853988e
commit cec1172b59
No known key found for this signature in database
GPG key ID: 0922A3CA225DF791

View file

@ -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