diff --git a/.github/workflows/e2e-long.yaml b/.github/workflows/e2e-long.yaml index 8c38eda1..6d85bc56 100644 --- a/.github/workflows/e2e-long.yaml +++ b/.github/workflows/e2e-long.yaml @@ -8,6 +8,8 @@ on: - main workflow_dispatch: +concurrency: ci_e2e_tests + env: NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }} NGROK_API_KEY: ${{ secrets.NGROK_API_KEY }} @@ -48,7 +50,7 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID}} client-secret: ${{ secrets.AZURE_CLIENT_SECRET}} tenant-id: ${{ secrets.AZURE_TENANT_ID}} - commit: false + commit: true - name: Send failed status to slack if: failure() uses: slackapi/slack-github-action@v1.24.0 diff --git a/.github/workflows/janitor.yaml b/.github/workflows/janitor.yaml index 0d277ef1..4a956143 100644 --- a/.github/workflows/janitor.yaml +++ b/.github/workflows/janitor.yaml @@ -18,4 +18,4 @@ jobs: client-id: ${{ secrets.AZURE_CLIENT_ID}} client-secret: ${{ secrets.AZURE_CLIENT_SECRET}} tenant-id: ${{ secrets.AZURE_TENANT_ID}} - commit: false \ No newline at end of file + commit: true \ No newline at end of file