Prevent forks from running nightly worfkflows (#5213)

* dont run nightly worfkflow on forks

* dont run nightly worfkflow on forks

* release notes
This commit is contained in:
Michael Clark
2025-06-21 19:04:24 +01:00
committed by GitHub
parent 9952412e1d
commit 9478707ebb
2 changed files with 7 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ jobs:
build-and-pack:
runs-on: ubuntu-latest
name: Build and pack npm packages
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v4

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Prevent forks from running nightly Github worfkflows