Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Nov 12, 2021
1 parent dcc783e commit 5f25c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Test the Docker image
if: ${{ github.event_name != "release" }}
if: ${{ github.event_name != 'release' }}
run: docker run ${REGISTRY}/talusbio/comet:main comet -p

- name: Upload binaries to release
Expand Down

0 comments on commit 5f25c50

Please sign in to comment.