chore: don't trigger share-artifacts if no go files changed (#10060)
This commit is contained in:
parent
b4cafff535
commit
60400662ea
|
|
@ -399,6 +399,8 @@ jobs:
|
||||||
share-artifacts:
|
share-artifacts:
|
||||||
executor: aws-cli/default
|
executor: aws-cli/default
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
|
- check-changed-files-or-halt
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
PR=${CIRCLE_PULL_REQUEST##*/}
|
PR=${CIRCLE_PULL_REQUEST##*/}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue