Fix double Run CI (#459)
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
2
.github/workflows/ci-chromatic.yaml
vendored
2
.github/workflows/ci-chromatic.yaml
vendored
@ -2,6 +2,8 @@ name: 'CI Chromatic'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
jobs:
|
||||
chromatic-deployment:
|
||||
|
||||
2
.github/workflows/ci-docs.yaml
vendored
2
.github/workflows/ci-docs.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: CI Docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
jobs:
|
||||
docs-build:
|
||||
|
||||
2
.github/workflows/ci-front.yaml
vendored
2
.github/workflows/ci-front.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: CI Front
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
jobs:
|
||||
front-test:
|
||||
|
||||
2
.github/workflows/ci-server.yaml
vendored
2
.github/workflows/ci-server.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: CI Server
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request_target:
|
||||
jobs:
|
||||
server-test:
|
||||
|
||||
Reference in New Issue
Block a user