1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-04-01 14:13:37 +03:00

Prevent this action from running in forks

This commit is contained in:
Lim Chee Aun 2024-10-09 12:30:00 +08:00
parent 3051a59753
commit eea5b027c0

View file

@ -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