Skip to content

Commit f27d0c1

Browse files
improve condition in handle error step
1 parent fe72b37 commit f27d0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/setup-stackql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: |
5959
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
6060
61-
### uncomment the step to see error handling
6261
- name: Handle error
62+
if: ${{ matrix.use_wrapper}}
6363
continue-on-error: true
6464
run: | ## use the secret to create json file
6565
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"

0 commit comments

Comments
 (0)