Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 658244f

Browse files
committed
fix(CD): remove skip
1 parent 011c862 commit 658244f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CD.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- released
88
jobs:
99
docker-master:
10-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1110
uses: "Recodive/Workflows/.github/workflows/CD Docker.yml@main"
1211
with:
1312
context: master/.
@@ -19,7 +18,6 @@ jobs:
1918
contents: read
2019
packages: write
2120
docker-worker:
22-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2321
uses: "Recodive/Workflows/.github/workflows/CD Docker.yml@main"
2422
with:
2523
context: worker/.

0 commit comments

Comments
 (0)