diff --git a/.github/workflows/app-upgrade-mysql.yml b/.github/workflows/app-upgrade-mysql.yml index c3e86f74e..938584359 100644 --- a/.github/workflows/app-upgrade-mysql.yml +++ b/.github/workflows/app-upgrade-mysql.yml @@ -151,7 +151,7 @@ jobs: permissions: contents: none runs-on: ubuntu-latest - needs: app-upgrade-mysql + needs: [changes, app-upgrade-mysql] if: always() diff --git a/.github/workflows/app-upgrade-postgres.yml b/.github/workflows/app-upgrade-postgres.yml index e611dbd45..d435dda5e 100644 --- a/.github/workflows/app-upgrade-postgres.yml +++ b/.github/workflows/app-upgrade-postgres.yml @@ -147,7 +147,7 @@ jobs: permissions: contents: none runs-on: ubuntu-latest - needs: app-upgrade-pgsql + needs: [changes, app-upgrade-pgsql] if: always() diff --git a/.github/workflows/behat-sqlite.yml b/.github/workflows/behat-sqlite.yml index fbb628ebd..627bce0a7 100644 --- a/.github/workflows/behat-sqlite.yml +++ b/.github/workflows/behat-sqlite.yml @@ -6,7 +6,7 @@ permissions: contents: read concurrency: - group: behat-sqlite${{ github.head_ref || github.run_id }} + group: behat-sqlite-${{ github.head_ref || github.run_id }} cancel-in-progress: true env: