Skip to content
Snippets Groups Projects
Unverified Commit 211682d7 authored by Acid Chicken (硫酸鶏)'s avatar Acid Chicken (硫酸鶏)
Browse files

ci(#10336): back to `pull_request_target`

parent b3b64d85
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ on:
branches:
- master
- develop
pull_request:
pull_request_target:
jobs:
build:
......@@ -45,7 +45,7 @@ jobs:
storybookBuildDir: storybook-static
workingDir: packages/frontend
- name: Compare on Chromatic
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request_target'
run: pnpm --filter frontend chromatic -d storybook-static --exit-once-uploaded --patch-build ${{ github.head_ref }}...${{ github.base_ref }}
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment