Skip to content

Commit e7bd629

Browse files
committed
fix
Signed-off-by: emdneto <[email protected]>
1 parent 363305a commit e7bd629

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/misc_0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Misc 0
55

66
on:
77
push:
8-
:
8+
branches-ignore:
99
- 'release/*'
10+
- 'otelbot/*'
1011
pull_request:
1112

1213
permissions:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Misc {{ file_number }}
55

66
on:
77
push:
8-
:
8+
branches-ignore:
99
- 'release/*'
10+
- 'otelbot/*'
1011
pull_request:
1112

1213
permissions:

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

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

1313
permissions:

.github/workflows/test_0.yml

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

1313
permissions:

0 commit comments

Comments
 (0)