mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
protect against those who develop with their fork on master (#10815)
This commit is contained in:
parent
d705918f50
commit
7b33897b97
1 changed files with 3 additions and 0 deletions
3
.github/workflows/api.yml
vendored
3
.github/workflows/api.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: qmkfm/base_container
|
container: qmkfm/base_container
|
||||||
|
|
||||||
|
# protect against those who develop with their fork on master
|
||||||
|
if: github.repository == 'qmk/qmk_firmware'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue