From 06cd1abfeb95d29152520c88ba2298a4f785e88f Mon Sep 17 00:00:00 2001 From: Yanks Yoon Date: Fri, 5 Jul 2024 02:38:00 +0000 Subject: [PATCH] test: add concurrency group --- .github/workflows/integration_test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 6cd1a7ab3..3a02ab114 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -3,6 +3,10 @@ name: integration-tests on: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: # test option values defined at test/conftest.py are passed on via repository secret # INTEGRATION_TEST_ARGS to operator-workflows automatically.