Skip to content

Commit d6431eb

Browse files
authored
ci: fix quote typo
1 parent 180e5d5 commit d6431eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
base: [alpine, debian]
2727
runs-on: ubuntu-latest
28-
if: (github.event_name == "schedule" && github.repository == "nginx-proxy/docker-gen") || (github.event_name != "schedule")
28+
if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/docker-gen') || (github.event_name != 'schedule')
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)