Skip to content

Commit

Permalink
Update callable-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffResc authored Oct 18, 2024
1 parent 10377e8 commit 2558d42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/callable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
with:
version: v${{ inputs.udsCliVersion }}

- name: Debug runsOn value
run: echo "runsOn: ${{ inputs.runsOn }}"

- name: Clean Runner
# If we are on ubuntu-latest we should try to clean the disk since it is the thing that is most limiting
if: ${{ inputs.runsOn == 'ubuntu-latest' }}
Expand Down

0 comments on commit 2558d42

Please sign in to comment.