Skip to content

Commit aafa619

Browse files
committed
fix: benc-uk wait for completion status
1 parent 0db0d45 commit aafa619

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/org.build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
wait-for-completion: true
6464
token: "${{ secrets.REPOSITORY_TOKEN }}"
6565
inputs: '{ "release":"${{ github.event.inputs.release }}", "readme":"${{ github.event.inputs.readme }}", "run-name":"build ${{ github.event.inputs.ref }}", "etc":"${{ env.WORKFLOW_BUILD_BASE64JSON }}" }'
66+
sync-status: true
67+
wait-interval-seconds: 30
6668

6769
# UNRAID
6870
- name: build container image for unraid
69-
if: env.WORKFLOW_BUILD_UNRAID == 'true' && steps.build.outputs.workflow-conclusion == 'success'
71+
if: env.WORKFLOW_BUILD_UNRAID == 'true' && steps.build.conclusion == 'success'
7072
uses: benc-uk/workflow-dispatch@31e2b3319479a63f0ab15bf800eff9e913504e26 #v1.3.2
7173
with:
7274
workflow: org.container.yml
@@ -76,7 +78,7 @@ jobs:
7678

7779
# NOBODY
7880
- name: build container image for nobody
79-
if: env.WORKFLOW_BUILD_NOBODY == 'true' && steps.build.outputs.workflow-conclusion == 'success'
81+
if: env.WORKFLOW_BUILD_NOBODY == 'true' && steps.build.conclusion == 'success'
8082
uses: benc-uk/workflow-dispatch@31e2b3319479a63f0ab15bf800eff9e913504e26 #v1.3.2
8183
with:
8284
workflow: org.container.yml

0 commit comments

Comments
 (0)