Skip to content

Commit 179fc27

Browse files
authored
chore(ci): fix workflow dependencies (#1333)
1 parent af55f01 commit 179fc27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/on-merge-to-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ needs.get_pr_details.outputs.prIsMerged == 'true' }}
2323
uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml
2424
update-release-draft:
25-
needs: publish
25+
needs: run-unit-tests
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout code

Diff for: .github/workflows/on_doc_merge.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
release-docs:
14-
needs: changelog
1514
permissions:
1615
contents: write
1716
pages: write

0 commit comments

Comments
 (0)