Fix syntax error
All checks were successful
Build / build-docker (push) Has been skipped
Build / test (push) Successful in 39s
Build / build-apt (push) Has been skipped

This commit is contained in:
Alessio 2025-02-23 19:01:43 -08:00
parent a7e286164e
commit 2ef73663c2

View File

@ -10,7 +10,7 @@ jobs:
if: |
contains(join(github.event.head_commit.modified, ','), '.woodpecker') ||
contains(join(github.event.head_commit.added, ','), '.woodpecker') ||
contains(join(github.event.head_commit.removed, ','), '.woodpecker') ||
contains(join(github.event.head_commit.removed, ','), '.woodpecker')
container:
image: docker-bootstrap # `docker:latest` with NodeJS manually installed on it
steps: