Skip to content

Commit

Permalink
use runs-on-as-json-public in Basic tests (apache#45381)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored and agupta01 committed Jan 6, 2025
1 parent f18c7c5 commit 43c905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
install-pre-commit:
timeout-minutes: 5
name: "Install pre-commit for cache"
runs-on: ${{ fromJSON(inputs.runs-on-as-json-default) }}
runs-on: ${{ fromJSON(inputs.runs-on-as-json-public) }}
env:
PYTHON_MAJOR_MINOR_VERSION: "${{ inputs.default-python-version }}"
if: inputs.basic-checks-only == 'true'
Expand Down

0 comments on commit 43c905a

Please sign in to comment.