diff --git a/.github/workflows/acceptance_test.yml b/.github/workflows/acceptance_test.yml index fc9065472b..c0fe1d3556 100644 --- a/.github/workflows/acceptance_test.yml +++ b/.github/workflows/acceptance_test.yml @@ -14,6 +14,8 @@ on: - 'triage.yml' - 'end_to_end.yml' - 'web/**' + - '.github/workflows/web_**.yml' + - '.github/workflows/stg_web_**.yml' concurrency: group: ${{ github.head_ref }} cancel-in-progress: true diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 30b01cfffb..7a55a6e03a 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -5,6 +5,7 @@ on: branches: [ master ] paths-ignore: - '**.md' + - '.github/workflows/**' jobs: formatting: diff --git a/.github/workflows/web_client_pr.yml b/.github/workflows/web_client_pr.yml index db4a9f0549..ba513a1468 100644 --- a/.github/workflows/web_client_pr.yml +++ b/.github/workflows/web_client_pr.yml @@ -6,6 +6,7 @@ on: - master paths: - 'web/client/**' + - '.github/workflows/web_client_pr.yml' env: NODE_VERSION: "20" @@ -41,14 +42,6 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - uses: google-github-actions/auth@v2 - with: - credentials_json: ${{ secrets.GCP_WEB_VALIDATOR_SA_KEY }} - - - uses: google-github-actions/setup-gcloud@v2 - with: - version: '>= 390.0.0' - - name: run gradle tasks shell: bash run: |