mirror of
https://github.com/redstrate/Physis.git
synced 2025-06-06 14:47:46 +00:00
Remove job dependencies
This commit is contained in:
parent
2f48964b99
commit
b34764f2cb
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -12,7 +12,6 @@ env:
|
|||
jobs:
|
||||
reuse:
|
||||
runs-on: ubuntu-latest
|
||||
needs: checkout
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -21,7 +20,6 @@ jobs:
|
|||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: checkout
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue