Skip to content

Commit 92d86e2

Browse files
committed
Ninja fix of comparing draft status against 'true ' rather than 'true' in #258
1 parent 6eb4b57 commit 92d86e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-1-setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
# modulefile mom5/2023.12.12 (specifically, the version strings match)
264264
id: projection-check-packages
265265
continue-on-error: true
266-
if: env.IS_NOT_DRAFT == 'true '|| inputs.deployment-type == 'Release'
266+
if: env.IS_NOT_DRAFT == 'true' || inputs.deployment-type == 'Release'
267267
run: |
268268
FAILED="false"
269269
# Get all the defined projections (minus 'all' and the root spec) and make them suitable for a bash for loop

0 commit comments

Comments
 (0)