diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index a99684cc9..e93473fe8 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -9,7 +9,6 @@ pipeline: install: when: event: - - push - pull_request image: node:18.6.0 commands: @@ -17,7 +16,6 @@ pipeline: build: when: event: - - push - pull_request image: node:18.6.0 commands: diff --git a/.woodpecker/lint-backend.yml b/.woodpecker/lint-backend.yml index c63d944e1..98722a7d4 100644 --- a/.woodpecker/lint-backend.yml +++ b/.woodpecker/lint-backend.yml @@ -9,7 +9,6 @@ pipeline: install: when: event: - - push - pull_request image: node:18.6.0 commands: @@ -17,7 +16,6 @@ pipeline: lint: when: event: - - push - pull_request image: node:18.6.0 commands: diff --git a/.woodpecker/lint-client.yml b/.woodpecker/lint-client.yml index 44958c029..bd4eaadcc 100644 --- a/.woodpecker/lint-client.yml +++ b/.woodpecker/lint-client.yml @@ -9,7 +9,6 @@ pipeline: install: when: event: - - push - pull_request image: node:18.6.0 commands: @@ -17,7 +16,6 @@ pipeline: lint: when: event: - - push - pull_request image: node:18.6.0 commands: diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index b535aa725..30eb04ee6 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -9,7 +9,6 @@ pipeline: build: when: event: - - push - pull_request image: node:18.6.0 commands: @@ -20,7 +19,6 @@ pipeline: mocha: when: event: - - push - pull_request image: node:18.6.0 commands: @@ -28,7 +26,6 @@ pipeline: e2e: when: event: - - push - pull_request image: cypress/included:10.3.0 commands: