fix event triggers
ci/woodpecker/tag/lint Pipeline was successful Details
ci/woodpecker/tag/test Pipeline was successful Details
ci/woodpecker/push/release Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/tag/release Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-06-11 19:53:36 +01:00
parent ec42e96225
commit 785209dece
3 changed files with 5 additions and 5 deletions

View File

@ -7,4 +7,4 @@ pipeline:
- mix format --check-formatted - mix format --check-formatted
when: when:
event: event:
- tag - push

View File

@ -16,7 +16,7 @@ pipeline:
glibc: glibc:
when: when:
event: event:
- push - tag
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY
@ -44,7 +44,7 @@ pipeline:
musl: musl:
when: when:
event: event:
- push - tag
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY

View File

@ -10,7 +10,7 @@ pipeline:
image: pleromaforkci/ci-base:${ELIXIR_VERSION} image: pleromaforkci/ci-base:${ELIXIR_VERSION}
when: when:
event: event:
- tag - push
environment: environment:
MIX_ENV: test MIX_ENV: test
commands: commands:
@ -24,7 +24,7 @@ pipeline:
image: pleromaforkci/ci-base:${ELIXIR_VERSION} image: pleromaforkci/ci-base:${ELIXIR_VERSION}
when: when:
event: event:
- tag - push
environment: environment:
MIX_ENV: test MIX_ENV: test
POSTGRES_DB: pleroma_test POSTGRES_DB: pleroma_test