Skip to content

Commit

Permalink
fix: remove workflows circular dependency (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier authored Feb 5, 2024
1 parent 3a69026 commit 0528a93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
environment: production
needs:
- transform-and-publish
- extract-and-publish
steps:
- name: Checkout client-application repository
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
environment: production
needs:
- transform-and-publish
- extract-and-publish
steps:
- name: Checkout client-application repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
]
runs-on: ubuntu-latest
environment: demo
needs:
- transform-and-publish
steps:
- name: Checkout client-application repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0528a93

Please sign in to comment.