mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
build: remove non-existent job reference
This commit is contained in:
parent
e1a11fe50b
commit
677def80d1
1 changed files with 0 additions and 4 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -9,11 +9,7 @@ permissions:
|
|||
contents: write
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.github/workflows/test.yml
|
||||
|
||||
build-n-publish:
|
||||
needs: run-tests
|
||||
permissions:
|
||||
id-token: write
|
||||
uses: ./.github/workflows/pypi.yml
|
||||
|
|
Loading…
Reference in a new issue