Skip to content

Commit 9ce180a

Browse files
authored
fix: workflow concurrency + leftover needs (#1054)
1 parent 8ec2456 commit 9ce180a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ./.github/workflows/reusable-run-unit-tests.yml
2222
publish:
2323
needs:
24-
[get_pr_details, run-unit-tests, check-examples, check-layer-publisher]
24+
[get_pr_details, run-unit-tests]
2525
uses: ./.github/workflows/reusable-publish-docs.yml
2626
with:
2727
workflow_origin: ${{ github.event.repository.full_name }}

Diff for: .github/workflows/reusable-publish-docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ on:
1717
secrets:
1818
token:
1919
required: true
20-
concurrency:
21-
group: on-release-publish
2220

2321
jobs:
2422
publish-docs:

0 commit comments

Comments
 (0)