Skip to content

Commit f772054

Browse files
committed
[#2801] Remove 3.0 and 4.0 from the scheduled builds
We don't support them anymore
1 parent 12312e0 commit f772054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: [ 'wip/2.4', 'wip/3.0', 'wip/3.1', 'wip/3.2', 'wip/4.0', 'wip/4.1', 'wip/4.2' ]
15+
branch: [ 'wip/2.4', 'wip/3.1', 'wip/3.2', 'wip/4.1', 'wip/4.2' ]
1616
uses: ./.github/workflows/build.yml
1717
with:
1818
branch: ${{ matrix.branch }}

0 commit comments

Comments
 (0)