mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 09:45:46 +03: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:
|
||||
auto-pull-request:
|
||||
if: github.repository == 'cheeaun/phanpy'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: vsoch/pull-request-action@master
|
||||
|
|
Loading…
Reference in a new issue