mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-08 15:30:05 +00:00
๐ Update condition
This commit is contained in:
parent
4e9ffdbc94
commit
08f8411021
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
echo "$EOF" >> "$GITHUB_ENV"
|
||||
id: all
|
||||
- uses: ./
|
||||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
header: All
|
||||
message: |
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
```
|
||||
</details>
|
||||
- uses: ./
|
||||
if: ${{ github.event_name == 'pull_request_target' }}
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
header: All
|
||||
append: true
|
||||
|
|
|
|||
Loadingโฆ
Add table
Add a link
Reference in a new issue