Skip to content

Commit f24de86

Browse files
committed
Update test runner to stop excluding 22.x from gh actions tests
1 parent 6a00a20 commit f24de86

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test_runner.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ on:
2020
branches:
2121
- main
2222
- '[0-9]+.x'
23-
# The 21.x and 22.x branches still use Kokoro
24-
- '!2[12].x'
23+
# The 21.x branch still uses Kokoro
24+
- '!21.x'
2525
# For testing purposes so we can stage this on the `gha` branch.
2626
- gha
2727

@@ -30,8 +30,8 @@ on:
3030
branches:
3131
- main
3232
- '[0-9]+.x'
33-
# The 21.x and 22.x branches still use Kokoro
34-
- '!2[12].x'
33+
# The 21.x branch still uses Kokoro
34+
- '!21.x'
3535
# For testing purposes so we can stage this on the `gha` branch.
3636
- gha
3737

@@ -40,8 +40,8 @@ on:
4040
branches:
4141
- main
4242
- '[0-9]+.x'
43-
# The 21.x and 22.x branches still use Kokoro
44-
- '!2[12].x'
43+
# The 21.x branch still uses Kokoro
44+
- '!21.x'
4545
# For testing purposes so we can stage this on the `gha` branch.
4646
- gha
4747
types: [labeled, opened, reopened, synchronize]

0 commit comments

Comments
 (0)