We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af55f01 commit 179fc27Copy full SHA for 179fc27
.github/workflows/on-merge-to-main.yml
@@ -22,7 +22,7 @@ jobs:
22
if: ${{ needs.get_pr_details.outputs.prIsMerged == 'true' }}
23
uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml
24
update-release-draft:
25
- needs: publish
+ needs: run-unit-tests
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout code
.github/workflows/on_doc_merge.yml
@@ -11,7 +11,6 @@ on:
11
12
jobs:
13
release-docs:
14
- needs: changelog
15
permissions:
16
contents: write
17
pages: write
0 commit comments