Skip to content

Commit 548b344

Browse files
fix(ci): deactivate dataplane BOM smoke test for now (#4549)
1 parent 8f43ec8 commit 548b344

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/verify.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Run Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main, release/*, bugfix/* ]
6+
branches: [main, release/*, bugfix/*]
77
pull_request:
8-
branches: [ main, release/*, bugfix/* ]
8+
branches: [main, release/*, bugfix/*]
99
paths-ignore:
1010
- "**.md"
1111
- "docs/**"
@@ -17,7 +17,6 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20-
2120
CodeQL:
2221
uses: eclipse-edc/.github/.github/workflows/codeql-analysis.yml@main
2322
secrets: inherit
@@ -98,11 +97,9 @@ jobs:
9897

9998
# we can't test the "controlplane-oauth2-com" because it only starts successfully if the public key is already in the vault
10099
matrix:
101-
bom-directory: [ "dist/bom/dataplane-base-bom",
102-
"dist/bom/controlplane-dcp-bom",
103-
"dist/bom/sts-feature-bom" ]
100+
bom-directory:
101+
["dist/bom/controlplane-dcp-bom", "dist/bom/sts-feature-bom"]
104102
uses: eclipse-edc/.github/.github/workflows/verify-bom.yml@main
105103
with:
106104
module-dir: ${{ matrix.bom-directory }}
107105
properties-file: example.properties
108-

0 commit comments

Comments
 (0)