From fc0c5fbc349e5ed0a7f03210aed6b68351e25029 Mon Sep 17 00:00:00 2001 From: Augustin Date: Tue, 30 May 2023 11:14:23 +0200 Subject: [PATCH] connectors-ci: renable automated tests on PRs (#26742) --- .../workflows/connector_integration_test_single_dagger.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/connector_integration_test_single_dagger.yml b/.github/workflows/connector_integration_test_single_dagger.yml index 73af9971ac6..bc783b7ce53 100644 --- a/.github/workflows/connector_integration_test_single_dagger.yml +++ b/.github/workflows/connector_integration_test_single_dagger.yml @@ -1,5 +1,9 @@ name: POC Connectors CI - test pipeline +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: workflow_dispatch: inputs: @@ -8,7 +12,7 @@ on: default: "--modified" pull_request: paths: - #- "airbyte-integrations/connectors/**" + - "airbyte-integrations/connectors/**" #- ".github/workflows/connector_integration_test_single_dagger.yml" types: - opened