1
0
mirror of synced 2026-01-07 00:05:48 -05:00

connectors-ci: renable automated tests on PRs (#26742)

This commit is contained in:
Augustin
2023-05-30 11:14:23 +02:00
committed by GitHub
parent 7de2886d7b
commit fc0c5fbc34

View File

@@ -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