1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 07:51:56 +00:00

ci: fix quote typo

This commit is contained in:
Nicolas Duchon
2025-02-22 14:40:31 +01:00
committed by GitHub
parent 82eec358bf
commit f4bd1ff63a

View File

@@ -25,7 +25,7 @@ jobs:
matrix: matrix:
base: [alpine, debian] base: [alpine, debian]
runs-on: ubuntu-latest 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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4