From 4d058cfc5584e6b6b73d0fc10b6014dca643d8a7 Mon Sep 17 00:00:00 2001 From: Kenny Trytek Date: Mon, 25 Nov 2024 19:01:21 -0600 Subject: [PATCH 1/2] O11Y-5307: Run CI Once --- .github/workflows/dart_ci.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart_ci.yaml b/.github/workflows/dart_ci.yaml index 49189638..27729be1 100644 --- a/.github/workflows/dart_ci.yaml +++ b/.github/workflows/dart_ci.yaml @@ -1,13 +1,15 @@ name: Dart CI - on: + workflow_dispatch: push: branches: - - 'master' - - 'test_consume_*' + - "master" + - "_integration/**/*" + - "experiments/**/*" + - "test_consume_**" pull_request: branches: - - '*' + - "**" concurrency: group: opentelemetry-coverage-${{ github.ref }}-1 cancel-in-progress: true From 0e1ca4b364f6b9bb0049051f296cd2a0a7b3d0da Mon Sep 17 00:00:00 2001 From: Kenny Trytek Date: Mon, 2 Dec 2024 14:56:41 -0600 Subject: [PATCH 2/2] remove unused branches --- .github/workflows/dart_ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dart_ci.yaml b/.github/workflows/dart_ci.yaml index 27729be1..f2cab0c7 100644 --- a/.github/workflows/dart_ci.yaml +++ b/.github/workflows/dart_ci.yaml @@ -4,8 +4,6 @@ on: push: branches: - "master" - - "_integration/**/*" - - "experiments/**/*" - "test_consume_**" pull_request: branches: