mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 08:36:21 +01:00
Prevent this action from running in forks
This commit is contained in:
parent
3051a59753
commit
eea5b027c0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main2prod.yml
vendored
1
.github/workflows/main2prod.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
auto-pull-request:
|
auto-pull-request:
|
||||||
|
if: github.repository == 'cheeaun/phanpy'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: vsoch/pull-request-action@master
|
- uses: vsoch/pull-request-action@master
|
||||||
|
|
Loading…
Reference in a new issue