Skip to content

Commit c5fcc97

Browse files
committedJan 30, 2025·
Removes unnecessary branches matrix
1 parent 3f2a061 commit c5fcc97

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/report.yml

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
env:
1414
STACK_VERSION: 9.0.0-SNAPSHOT
1515
BRANCH: 'main' # Branch for downloading the specs
16-
strategy:
17-
matrix:
18-
branch:
19-
- 'main'
20-
- '8.x'
21-
- '8.17'
22-
- '8.16'
2316
steps:
2417
- uses: actions/checkout@v4
2518
with:

0 commit comments

Comments
 (0)
Please sign in to comment.