mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:00 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
6
upcoming-release-notes/5213.md
Normal file
6
upcoming-release-notes/5213.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Prevent forks from running nightly Github worfkflows
|
||||
Reference in New Issue
Block a user