Skip to content

Commit

Permalink
Merge pull request #303 from amplication/fix/checkout-publish-on-comment
Browse files Browse the repository at this point in the history
Fix/checkout publish on comment
  • Loading branch information
abrl91 authored Nov 29, 2023
2 parents cc05b0f + fb9d202 commit 41f1a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
needs: nx
if: ${{ github.event_name == 'pull_request' && needs.nx.outputs.affected-plugins != '[]' && needs.nx.outputs.affected-plugins != '' }}
strategy:
fail-fast: false
matrix:
affected-plugin: ${{ fromJson(needs.nx.outputs.affected-plugins) }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-on-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ needs.get-last-commit.outputs.last-commit-short-sha }}

- name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 41f1a61

Please sign in to comment.