mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
build: skip macOS build if repository has no secrets set
Avoids failed jobs on contributor's forks.
This commit is contained in:
parent
5f3accfa59
commit
9f8667a363
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -89,6 +89,7 @@ jobs:
|
|||
|
||||
package_mac:
|
||||
name: "Build release assets (mac)"
|
||||
if: vars.MACOS_ENABLE == 'true'
|
||||
uses: ./.github/workflows/build_macos.yml
|
||||
secrets: inherit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue