mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
use relative refs
This commit is contained in:
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@@ -8,15 +8,15 @@ 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
|
||||
|
||||
build-release:
|
||||
name: Build Tagged Release
|
||||
uses: hay-kot/mealie/.github/workflows/partial-builder.yml@mealie-next
|
||||
uses: ./.github/workflows/partial-builder.yml
|
||||
needs:
|
||||
- frontend-tests
|
||||
- backend-tests
|
||||
|
||||
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
|
||||
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -7,11 +7,11 @@ 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
|
||||
|
||||
get-release:
|
||||
name: "Get Releave Tag"
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
releases-only: true # We know that all relevant tags have a GitHub release for them.
|
||||
build-release:
|
||||
name: Build Tagged Release
|
||||
uses: hay-kot/mealie/.github/workflows/partial-builder.yml@mealie-next
|
||||
uses: ./.github/workflows/partial-builder.yml@mealie-next
|
||||
needs:
|
||||
- get-release
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user