mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(github): prevent running module nuxt-ui-pro job on forks
This commit is contained in:
3
.github/workflows/module.yml
vendored
3
.github/workflows/module.yml
vendored
@@ -160,6 +160,9 @@ jobs:
|
|||||||
nuxt-ui-pro:
|
nuxt-ui-pro:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
|
# Only run this job if not a fork PR (when push event or PR from same repo)
|
||||||
|
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user