Skip to content

Commit

Permalink
Enable actions on aws-cwa-* (open-telemetry#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed May 22, 2023
1 parent 9defe6b commit 6531448
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
branches:
- 'main'
- 'releases/**'
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- 'aws-cwa-*'
env:
TEST_RESULTS: testbed/tests/results/junit/results.xml
# See: https://github.com/actions/cache/issues/810#issuecomment-1222550359
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: build-and-test
on:
push:
branches: [ main ]
branches:
- main
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: check-links
on:
push:
branches: [ main ]
branches:
- main
- 'aws-cwa-*'
pull_request:

concurrency:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "CodeQL Analysis"

on:
push:
branches: [main]
branches:
- main
- 'aws-cwa-*'

jobs:
CodeQL-Build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/generate-component-labels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 'Generate component labels'
on:
push:
branches: [main]
branches:
- main
- 'aws-cwa-*'
paths:
- .github/CODEOWNERS
- ./.github/workflows/generate-component-labels.yml
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: load-tests
on:
push:
branches: [ main ]
branches:
- main
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: prometheus-compliance-tests
on:
push:
branches: [ main ]
branches:
- main
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/telemetrygen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: telemetrygen
on:
push:
branches: [ main ]
branches:
- main
- 'aws-cwa-*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down

0 comments on commit 6531448

Please sign in to comment.