Skip to content

Commit

Permalink
chore: don't trigger share-artifacts if no go files changed (influxda…
Browse files Browse the repository at this point in the history
  • Loading branch information
sspaink authored Nov 4, 2021
1 parent b4cafff commit 6040066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ jobs:
share-artifacts:
executor: aws-cli/default
steps:
- checkout
- check-changed-files-or-halt
- run:
command: |
PR=${CIRCLE_PULL_REQUEST##*/}
Expand Down

0 comments on commit 6040066

Please sign in to comment.