diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26489ba5f..12a89b74b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,7 @@ on: push: branches: - main + - feature/deployemnt workflow_dispatch: inputs: environment: @@ -50,7 +51,8 @@ jobs: id: determineenvironment run: | if [[ -z "${{ inputs.environment }}" ]]; then - echo "environment=staging" >> $GITHUB_OUTPUT +# echo "environment=staging" >> $GITHUB_OUTPUT + echo "environment=internal" >> $GITHUB_OUTPUT else echo "environment=${{ inputs.environment }}" >> $GITHUB_OUTPUT fi @@ -65,13 +67,13 @@ jobs: - run: | echo "Injecting Environment Variables In Deployment Workflow:" echo "appidentifier: ${{ vars.APP_IDENTIFIER }}" - buildtestandanalyze: - uses: ./.github/workflows/build-test-analyze.yml - secrets: inherit + # buildtestandanalyze: + # uses: ./.github/workflows/build-test-analyze.yml + # secrets: inherit googleplayinternal: name: Upload App to Google Play - Internal runs-on: ubuntu-latest - needs: buildtestandanalyze + # needs: buildtestandanalyze environment: ${{ needs.determineenvironment.outputs.environment }} steps: - name: Checkout code diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c08e761f1..41d05ec51 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,7 +9,7 @@ name: Pull Request on: - pull_request: + # pull_request: workflow_dispatch: concurrency: