chore: fix bug with nx set shas (#1244)
This commit is contained in:
parent
b2a0ba40a4
commit
fb20f4d248
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1258,7 +1258,7 @@ jobs:
|
|||||||
main-branch-name: ${{ steps.branch-name.outputs.base_ref_branch }}
|
main-branch-name: ${{ steps.branch-name.outputs.base_ref_branch }}
|
||||||
workflow-id: 'test.yml'
|
workflow-id: 'test.yml'
|
||||||
- name: Run changed-files with a custom base sha
|
- name: Run changed-files with a custom base sha
|
||||||
if: github.event_name != 'push' && github.event.action != 'closed' && matrix.fetch-depth == 0
|
if: github.event_name != 'push' && github.event.action != 'closed' && matrix.fetch-depth == 0 && steps.last_successful_commit.outputs.base != steps.last_successful_commit.outputs.head
|
||||||
id: changed-files-custom-base-sha
|
id: changed-files-custom-base-sha
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user