From a381a1a488cbe3c32edd795972c2497264adba38 Mon Sep 17 00:00:00 2001 From: Marc Gavanier Date: Wed, 24 Jan 2024 16:27:58 +0100 Subject: [PATCH] ci: deduplicate job needs transform-and-publish and extract-and-publish jobs --- .github/workflows/nightly-publish.yml | 3 ++- .github/workflows/release.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-publish.yml b/.github/workflows/nightly-publish.yml index 4d6cd941..a6bd6160 100644 --- a/.github/workflows/nightly-publish.yml +++ b/.github/workflows/nightly-publish.yml @@ -132,7 +132,8 @@ jobs: runs-on: ubuntu-latest environment: production needs: - - publish-to-data-gouv + - transform-and-publish + - extract-and-publish steps: - name: Checkout client-application repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8a8ab31..e0edc76c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,8 @@ jobs: runs-on: ubuntu-latest environment: production needs: - - publish-to-data-gouv + - transform-and-publish + - extract-and-publish steps: - name: Checkout client-application repository