Skip to content

Commit cbe4a3a

Browse files
committed
typo
1 parent 53e58cb commit cbe4a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
run: |
297297
set -x
298298
# TODO: set back to master before merging
299-
if [ ${{ github.head_ref }} == "container-overhaul-upload-test" ]; then
299+
if [ ${{ github.head_ref }} == "containers-overhaul-upload-test" ]; then
300300
301301
echo '${{ secrets.QUAY_BIOCONDA_TOKEN }}' | podman login quay.io -u '${{ secrets.QUAY_BIOCONDA_USERNAME }}' --password-stdin
302302

0 commit comments

Comments
 (0)