Skip to content

Commit

Permalink
Add inputs variable for enabling alt OS tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Haltom <[email protected]>
  • Loading branch information
wasabii authored Mar 12, 2024
1 parent 209f522 commit 0d05f17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: IKVM

on:
workflow_dispatch:
inputs:
full_test:
required: false
type: boolean
push:
branches:
- main
Expand Down Expand Up @@ -536,6 +540,7 @@ jobs:
- build-ikvm
timeout-minutes: 240
runs-on: ${{ fromJSON('{"win-x64":["windows-2022"],"linux-x64":["ubuntu-22.04"],"osx-x64":["macos-12"]}')[matrix.sys] }}
if: matrix.sys == 'win-x64' || matrix.sys == 'linux-x64' || matrix.sys == 'osx-x64' || inputs.full_test == true
steps:
- name: Free Disk Space (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 0d05f17

Please sign in to comment.