From a432f3a8783c86c9aae0c6cbbedd999817036ced Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 11 Feb 2022 16:57:17 -0700 Subject: [PATCH] gpu-dawn: remove incorrect CI workflow dependencies Signed-off-by: Stephen Gutekanst --- gpu-dawn/.github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpu-dawn/.github/workflows/ci.yml b/gpu-dawn/.github/workflows/ci.yml index a1152ed8..217dec8a 100644 --- a/gpu-dawn/.github/workflows/ci.yml +++ b/gpu-dawn/.github/workflows/ci.yml @@ -6,7 +6,6 @@ on: - completed jobs: x86_64-linux: - needs: release-draft runs-on: ubuntu-latest # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch. @@ -50,7 +49,6 @@ jobs: # run: zig build install && find zig-out/ # # TODO: upload step for Windows x86_64-macos: - needs: release-draft runs-on: macos-latest # We want to run on external PRs, but not on our own internal PRs as they'll be run by the push # to the branch.