Skip to content

Commit

Permalink
Revert "Update-latest-status should depend on Prepare-Workload"
Browse files Browse the repository at this point in the history
This reverts commit b487e86.
  • Loading branch information
wsipak committed Nov 14, 2023
1 parent b487e86 commit cbc5de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc5de2

Please sign in to comment.