gpu-dawn: remove incorrect CI workflow dependencies
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c370e007fd
commit
a432f3a878
1 changed files with 0 additions and 2 deletions
2
gpu-dawn/.github/workflows/ci.yml
vendored
2
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue