mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user