Skip to content

Commit 4fc2961

Browse files
committed
check
1 parent f7aa3b9 commit 4fc2961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker_images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
jobs:
2222
test-build-docker-images:
2323
runs-on: ubuntu-latest
24-
if: github.event_name == 'pull_request'
24+
if: ${{ github.event_name == 'pull_request' }}
2525
steps:
2626
- name: Set up Docker Buildx
2727
uses: docker/setup-buildx-action@v1
@@ -51,7 +51,7 @@ jobs:
5151

5252
build-and-push-docker-images:
5353
runs-on: ubuntu-latest
54-
if: github.event_name != 'pull_request'
54+
if: ${{ github.event_name != 'pull_request' }}
5555

5656
permissions:
5757
contents: read

0 commit comments

Comments
 (0)