Skip to content

Commit

Permalink
fix: workflow concurrency + leftover needs (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi authored Aug 15, 2022
1 parent 8ec2456 commit 9ce180a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/workflows/reusable-run-unit-tests.yml
publish:
needs:
[get_pr_details, run-unit-tests, check-examples, check-layer-publisher]
[get_pr_details, run-unit-tests]
uses: ./.github/workflows/reusable-publish-docs.yml
with:
workflow_origin: ${{ github.event.repository.full_name }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/reusable-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
secrets:
token:
required: true
concurrency:
group: on-release-publish

jobs:
publish-docs:
Expand Down

0 comments on commit 9ce180a

Please sign in to comment.