mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
chore: Revert workflow names (#1890)
This commit is contained in:
@@ -27,9 +27,8 @@ runs:
|
||||
- name: Shift and export number of threads
|
||||
id: number_of_threads_export
|
||||
shell: bash
|
||||
env:
|
||||
NUM_OF_THREADS: steps.mac_threads.outputs.num || steps.linux_threads.outputs.num
|
||||
SHIFT_BY: inputs.substract_threads
|
||||
run: |
|
||||
shifted=$((NUM_OF_THREADS - SHIFT_BY))
|
||||
num_of_threads=${{ steps.mac_threads.outputs.num || steps.linux_threads.outputs.num }}
|
||||
shift_by=${{ inputs.substract_threads }}
|
||||
shifted=$((num_of_threads - shift_by))
|
||||
echo "num=$(( shifted > 1 ? shifted : 1 ))" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user