1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-04-10 02:03:29 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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