Skip to content

Commit

Permalink
Revert "chore: disable all auto gh action"
Browse files Browse the repository at this point in the history
This reverts commit 06def3f.
  • Loading branch information
kevinslin committed Sep 12, 2023
1 parent 2697e16 commit e76d4e2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-and-test-windows
on:
push:
# branches:
# - 'main'
# - 'releases/**'
branches:
- 'main'
- 'releases/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-and-test
on:
# push:
# branches: [ main ]
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+*'
push:
branches: [ main ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
env:
TEST_RESULTS: testbed/tests/results/junit/results.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: check-links
on:
# push:
# branches: [ main ]
push:
branches: [ main ]
pull_request:

# Do not cancel this workflow on main. See https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16616
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "CodeQL Analysis"

on:
# push:
# branches: [main]
push:
branches: [main]

jobs:
CodeQL-Build:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: e2e-tests

on:
# push:
# branches:
# - main
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: prometheus-compliance-tests
on:
# push:
# branches: [ main ]
push:
branches: [ main ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/telemetrygen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: telemetrygen
on:
# push:
# branches: [ main ]
push:
branches: [ main ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
pull_request:
Expand Down

0 comments on commit e76d4e2

Please sign in to comment.