Skip to content

Commit af33f34

Browse files
committed
ci: update conditional
1 parent 0370a13 commit af33f34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
image: ghcr.io/douglasneuroinformatics/open-data-capture-gateway
4747
- dockerfile: ./apps/web/Dockerfile
4848
image: ghcr.io/douglasneuroinformatics/open-data-capture-web
49-
if: ${{ needs.configure.is_release }}
49+
if: ${{ needs.configure.is_release == 'true' }}
5050
steps:
5151
- name: Checkout Repository
5252
uses: actions/checkout@v4
@@ -88,7 +88,7 @@ jobs:
8888
contents: write
8989
env:
9090
CURRENT_VERSION: ${{ needs.configure.outputs.current_version }}
91-
if: ${{ needs.configure.is_release }}
91+
if: ${{ needs.configure.is_release == 'true' }}
9292
steps:
9393
- name: Checkout Repository
9494
uses: actions/checkout@v4

0 commit comments

Comments
 (0)