Skip to content

Commit 363305a

Browse files
committed
infra: ignore pushes on otelbot branches
Signed-off-by: emdneto <[email protected]>
1 parent d6c0441 commit 363305a

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

.github/workflows/contrib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches-ignore:
66
- 'release/*'
7+
- 'otelbot/*'
78
pull_request:
89

910
permissions:

.github/workflows/lint_0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches-ignore:
99
- 'release/*'
10+
- 'otelbot/*'
1011
pull_request:
1112

1213
permissions:

.github/workflows/misc_0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Misc 0
55

66
on:
77
push:
8-
branches-ignore:
8+
:
99
- 'release/*'
1010
pull_request:
1111

.github/workflows/templates/lint.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches-ignore:
99
- 'release/*'
10+
- 'otelbot/*'
1011
pull_request:
1112

1213
permissions:

.github/workflows/templates/misc.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Misc {{ file_number }}
55

66
on:
77
push:
8-
branches-ignore:
8+
:
99
- 'release/*'
1010
pull_request:
1111

.github/workflows/templates/test.yml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Test {{ file_number }}
66
on:
77
push:
88
branches-ignore:
9-
- 'release/*'
9+
- 'release/
10+
- 'otelbot/*'*'
1011
pull_request:
1112

1213
permissions:

.github/workflows/test_0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Test 0
66
on:
77
push:
88
branches-ignore:
9-
- 'release/*'
9+
- 'release/
10+
- 'otelbot/*'*'
1011
pull_request:
1112

1213
permissions:

0 commit comments

Comments
 (0)