mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 05:55:23 +02:00
use relative refs
This commit is contained in:
parent
e989651336
commit
7231c842c0
3 changed files with 8 additions and 8 deletions
4
.github/workflows/pull-requests.yml
vendored
4
.github/workflows/pull-requests.yml
vendored
|
@ -8,8 +8,8 @@ on:
|
|||
jobs:
|
||||
backend-tests:
|
||||
name: "Backend Server Tests"
|
||||
uses: hay-kot/mealie/.github/workflows/partial-backend.yml@mealie-next
|
||||
uses: ./.github/workflows/partial-backend.yml
|
||||
|
||||
frontend-tests:
|
||||
name: "Frontend and End-to-End Tests"
|
||||
uses: hay-kot/mealie/.github/workflows/partial-frontend.yml@mealie-next
|
||||
uses: ./.github/workflows/partial-frontend.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue