fix(tests): run against pull_request not pull_request_target. Closes #2487
This commit is contained in:
parent
ef40d5418f
commit
ff5a6590e7
2
.github/workflows/chromatic.yml
vendored
2
.github/workflows/chromatic.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- web/**
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
paths:
|
||||
- web/**
|
||||
|
||||
|
4
.github/workflows/javascript-formatting.yml
vendored
4
.github/workflows/javascript-formatting.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- web/**
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
paths:
|
||||
- web/**
|
||||
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
uses: fkirc/skip-duplicate-actions@v5
|
||||
with:
|
||||
concurrent_skipping: 'same_content_newer'
|
||||
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user