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:
|
||||
executor: aws-cli/default
|
||||
steps:
|
||||
- checkout
|
||||
- check-changed-files-or-halt
|
||||
- run:
|
||||
command: |
|
||||
PR=${CIRCLE_PULL_REQUEST##*/}
|
||||
|
|
|
|||
Loading…
Reference in New Issue