소스 검색

ci: fix quote typo

Nicolas Duchon 3 달 전
부모
커밋
f4bd1ff63a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build-publish.yml

+ 1 - 1
.github/workflows/build-publish.yml

@@ -25,7 +25,7 @@ jobs:
       matrix:
         base: [alpine, debian]
     runs-on: ubuntu-latest
-    if: (github.event_name == "schedule" && github.repository == "nginx-proxy/nginx-proxy") || (github.event_name != "schedule")
+    if: (github.event_name == 'schedule' && github.repository == 'nginx-proxy/nginx-proxy') || (github.event_name != 'schedule')
     steps:
       - name: Checkout
         uses: actions/checkout@v4