Skip to content

Commit

Permalink
O11Y-5307: Run CI Once
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytrytek-wf authored Nov 26, 2024
1 parent 00e86e7 commit 4d058cf
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4d058cf

Please sign in to comment.