Skip to content

Commit 5129611

Browse files
GitHub Action if shenanigans
1 parent 68ea74d commit 5129611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
run: make --no-builtin-rules push R_VERSION=${{ matrix.r_version }}
5353

5454
- name: Publish latest images
55-
if: github.event_name != 'pull_request' && '${{ matrix.r_version }}' == '${{ env.LATEST_VERSION }}'
55+
if: github.event_name != 'pull_request' && env.LATEST_VERSION == matrix.r_version
5656
run: make --no-builtin-rules push-latest R_VERSION=${{ matrix.r_version }}

0 commit comments

Comments
 (0)