diff --git a/.github/workflows/screener-run.yml b/.github/workflows/screener-run.yml index 6f47b2a401770e..5173978050c8c8 100644 --- a/.github/workflows/screener-run.yml +++ b/.github/workflows/screener-run.yml @@ -42,14 +42,14 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: env-artifact - name: Download N* storybook artifact uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: northstar-artifact # downloads artifact to where it would be 'built' path: packages/fluentui/docs/dist @@ -118,14 +118,14 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: env-artifact - name: Download screener storybook artifact uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: screener-artifact path: apps/vr-tests/dist/storybook if: ${{ env.IS_ARTIFACT_PRESENT == 'true' }} @@ -192,14 +192,14 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: env-artifact - name: Download VNext storybook artifact uses: dawidd6/action-download-artifact@v2 with: workflow: screener-build.yml - workflow_conclusion: success + run_id: ${{github.event.workflow_run.id}} name: vnext-artifact path: apps/vr-tests-react-components/dist/storybook if: ${{ env.IS_ARTIFACT_PRESENT == 'true' }}