forked from mirrors/amnezia-wg-easy
CI: restrict workflows to only run on owner repository
This commit is contained in:
parent
d0e0e6a415
commit
6788d98d9d
7 changed files with 7 additions and 0 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'wg-easy'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue