Skip to content

Commit 6f003b1

Browse files
committed
Disable Bazel CI on v4.0.x
1 parent 5c4e4a9 commit 6f003b1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/templates/test.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
push:
2424
branches:
2525
#! - main
26-
- v4.0.x
26+
#! - v4.0.x
2727
- v3.13.x
2828
- v3.12.x
2929
- v3.11.x

.github/workflows/test-mixed-versions.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test Mixed Version Clusters
22
on:
33
push:
44
branches:
5-
- v4.0.x
65
- v3.13.x
76
- bump-otp-*
87
- bump-elixir-*

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test
22
on:
33
push:
44
branches:
5-
- v4.0.x
65
- v3.13.x
76
- v3.12.x
87
- v3.11.x

0 commit comments

Comments
 (0)