Skip to content

Commit ec68ed8

Browse files
committed
test reusable workflow
1 parent f802bc8 commit ec68ed8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
workflow_dispatch:
99
jobs:
1010
CI:
11-
name: CI
1211
uses: ./.github/workflows/Automation Master SDK Workflow.yml
1312
with:
1413
referenceName: ${{ github.ref_name }}
@@ -22,9 +21,9 @@ jobs:
2221
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
2322

2423
CD:
25-
name: CD
2624
uses: ArneMaes0/ReusableWorkflows/.github/workflows/Release With DMAPP Artifact.yml@main
2725
if: github.ref_type == 'tag'
26+
needs: CI
2827
permissions:
2928
contents: write
3029
with:

0 commit comments

Comments
 (0)