Skip to content

Commit

Permalink
ci: deduplicate job needs transform-and-publish and extract-and-publi…
Browse files Browse the repository at this point in the history
…sh jobs
  • Loading branch information
marc-gavanier committed Jan 24, 2024
1 parent 564fe56 commit a381a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a381a1a

Please sign in to comment.