mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
Disable workflows in forks (#6531)
* Add condition to run workflows only for non-forks * Add condition to skip deployment for forks * Add release notes for CI workflow changes
This commit is contained in:
committed by
GitHub
parent
f1faf45659
commit
3e565fa513
1
.github/workflows/docs-release.yml
vendored
1
.github/workflows/docs-release.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
name: Deploy Docs
|
||||
if: github.event.repository.fork == false
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ jobs:
|
||||
- windows-latest
|
||||
- macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event.repository.fork == false
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- if: ${{ startsWith(matrix.os, 'windows') }}
|
||||
|
||||
Reference in New Issue
Block a user