diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 290d9749..39541482 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -67,7 +67,7 @@ jobs: release: name: Test Release - needs: build - runs-on: ubuntu-24.04 - secrets: inherit - uses: ./.github/workflows/release.yml + needs: build + runs-on: ubuntu-24.04 + secrets: inherit + uses: ./.github/workflows/release.yml