Skip to content

Commit

Permalink
Only run JSpecify CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 17, 2024
1 parent 56bb9db commit ea1d2b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jspecify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_jdk:
name: Build the JDK
name: Build the JSpecify JDK
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ on:
inputs:
platforms:
description: 'Platform(s) to execute on (comma separated, e.g. "linux-x64, macos, aarch64")'
required: true
default: 'linux-x64, linux-x64-variants, linux-cross-compile, alpine-linux-x64, macos-x64, macos-aarch64, windows-x64, windows-aarch64, docs'
required: false
default: ''
# default: 'linux-x64, linux-x64-variants, linux-cross-compile, alpine-linux-x64, macos-x64, macos-aarch64, windows-x64, windows-aarch64, docs'
configure-arguments:
description: 'Additional configure arguments'
required: false
Expand Down Expand Up @@ -120,7 +121,9 @@ jobs:
return
fi
done
echo 'true'
# echo 'true'
# WMD: Assume empty means no platforms
echo 'false'
return
else
# Check for all acceptable platform names
Expand Down

0 comments on commit ea1d2b7

Please sign in to comment.