Skip to content

Commit fed5bfa

Browse files
committed
test
1 parent 78af504 commit fed5bfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test-variant-dependency-workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
generate-matrix:
1010
name: Generate Matrix
11-
id: generate-matrix
1211
runs-on: ubuntu-latest
1312
outputs:
1413
matrix: ${{ steps.generate-matrix.outputs.matrix }}
@@ -20,7 +19,6 @@ jobs:
2019
2120
build:
2221
name: Build
23-
id: build
2422
runs-on: ubuntu-latest
2523
needs: [generate-matrix]
2624
outputs:
@@ -40,7 +38,6 @@ jobs:
4038
4139
test:
4240
name: Test
43-
id: test
4441
needs: [generate-matrix, build]
4542
if: always() && needs.build.outputs.result == 'success'
4643
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)