Skip to content

Commit 2d71722

Browse files
committed
Try another syntax
1 parent e5f625a commit 2d71722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
PLATFORM: ${{ matrix.platform }}
3535

3636
- name: Test image
37-
if: ${{ matrix.platform == "linux/amd64" }}
37+
if: ${{ matrix.platform == 'linux/amd64' }}
3838
run: make docker-test

0 commit comments

Comments
 (0)