Skip to content

Commit

Permalink
ci: disable display step when no custom builds are pushed
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 8, 2024
1 parent f667f1f commit d798875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
path: ~/artifacts/${{ env.GITHUB_SHA }}/

- name: Display artifacts downloaded
if: env.DAPR_CLI_REF != '' || env.DAPR_REF != ''
run: ls ~/artifacts/$GITHUB_SHA/

- name: Set up Go
Expand Down

0 comments on commit d798875

Please sign in to comment.