Skip to content

Commit

Permalink
Disable windows_portable on nightly builds
Browse files Browse the repository at this point in the history
Hopefully for real now
  • Loading branch information
Jojo-Schmitz authored Dec 26, 2024
1 parent 070d87f commit 31dbf79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
default: 'windows_x64 windows_x32' # no windows_portable :-(
default: 'windows_x64 windows_x32 windows_portable'
required: true
build_mode:
description: 'Build mode: devel, nightly, testing, stable'
Expand All @@ -28,7 +28,7 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
default: 'windows_x64 windows_x32' # no windows_portable :-(
default: 'windows_x64 windows_x32 windows_portable'
type: string
required: true
build_mode:
Expand Down Expand Up @@ -256,6 +256,7 @@ jobs:
windows_portable:
# Disable on pull_request
if: |
github.event_name != 'schelule' &&
github.event_name != 'pull_request' &&
(github.event_name != 'workflow_dispatch' || contains(inputs.platforms, 'windows_portable'))
runs-on: windows-2022
Expand Down

0 comments on commit 31dbf79

Please sign in to comment.