Skip to content

Commit d2fcaaf

Browse files
authored
ci: fix quote typo
1 parent 2e6f4dd commit d2fcaaf

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
@@ -22,7 +22,7 @@ jobs:
2222
multiarch-build:
2323
name: Build and publish Docker image
2424
runs-on: ubuntu-latest
25-
if: (github.event_name == "schedule" && github.repository == "nginx-proxy/acme-companion") || (github.event_name != "schedule")
25+
if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/acme-companion') || (github.event_name != 'schedule')
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)