We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011c862 commit 658244fCopy full SHA for 658244f
1 file changed
.github/workflows/CD.yml
@@ -7,7 +7,6 @@ on:
7
- released
8
jobs:
9
docker-master:
10
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
11
uses: "Recodive/Workflows/.github/workflows/CD Docker.yml@main"
12
with:
13
context: master/.
@@ -19,7 +18,6 @@ jobs:
19
18
contents: read
20
packages: write
21
docker-worker:
22
23
24
25
context: worker/.
0 commit comments