Fix YAML so it is actually valid GitHub Action YAMLs. (#11801)
This commit is contained in:
parent
08447cfea2
commit
71ad902315
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
|
|
@ -4,8 +4,9 @@ on:
|
|||
pull_request_target:
|
||||
|
||||
jobs:
|
||||
if: github.repository != 'forem/forem'
|
||||
pull_request_comment:
|
||||
name: Comment on PR if coming from a forked repository
|
||||
if: github.repository != 'forem/forem'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Add comment to PR if coming from third-party fork
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue