Skip to content

Commit

Permalink
chore(CI): skip comment in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhonghe committed May 11, 2024
1 parent e96afd0 commit 819ac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Expand Up @@ -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
Expand Down

0 comments on commit 819ac79

Please sign in to comment.