mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:55:50 +00:00
chore(CI): skip comment in main branch
This commit is contained in:
parent
e96afd09e4
commit
819ac79f1a
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -299,7 +299,7 @@ jobs:
|
||||
- core-and-plugins
|
||||
- plugin-workflow
|
||||
- plugin-data-source-main
|
||||
if: ${{ !cancelled() }}
|
||||
if: ${{ !cancelled() && github.event.pull_request.number }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
Loading…
Reference in New Issue
Block a user