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:
parent
82eec358bf
commit
f4bd1ff63a
2
.github/workflows/build-publish.yml
vendored
2
.github/workflows/build-publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user