From cbc5de242d10b031b4627004d52cace3bcc11c35 Mon Sep 17 00:00:00 2001 From: Wojciech Sipak Date: Tue, 14 Nov 2023 19:59:05 +0100 Subject: [PATCH] Revert "Update-latest-status should depend on Prepare-Workload" This reverts commit b487e8631afc56795713e8fa32b3e7f8f2c815ae. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5dce8ff..c9adf61 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -142,7 +142,7 @@ jobs: gsutil -m rsync -r build/ gs://zephyr-samples-builder/zephyr/$ZEPHYR_VERSION Update-latest-status: - needs: [Prepare-Workload, Build] + needs: Build runs-on: ubuntu-latest if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}} concurrency: update_latest_status