diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 44bf9f22e..8192833aa 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -9,7 +9,7 @@ jobs: uses: ./.github/workflows/ci.yml secrets: inherit Create-Release: - # needs: [Continuous-Integration] + needs: [Continuous-Integration] uses: ./.github/workflows/release.yml permissions: contents: write # to be able to publish a GitHub release diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index c5864197f..5f956427e 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -9,6 +9,7 @@ jobs: uses: ./.github/workflows/ci.yml secrets: inherit Deploy-App: + needs: [Continuous-Integration] uses: ./.github/workflows/cd.yml secrets: inherit with: