gpu-dawn: remove incorrect CI workflow dependencies

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 16:57:17 -07:00 committed by Stephen Gutekanst
parent c370e007fd
commit a432f3a878

View file

@ -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.