We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ba6d6 commit 44383b4Copy full SHA for 44383b4
.github/workflows/reusable_qemu.yml
@@ -98,7 +98,7 @@ jobs:
98
if: ${{ inputs.short_run == true }}
99
run: |
100
echo "SHORT_RUN=true" >> $GITHUB_ENV
101
- declare -a short_configs=("default.xml" "sock_2_var3.xml" "sock_4_var1_hmat.xml")
+ declare -a short_configs=("default.xml" "sock_2_var3.xml" "sock_8_var1_hmat.xml")
102
echo "CONFIG_OPTIONS=${short_configs[@]}" >> $GITHUB_ENV
103
104
- name: Set vars if long run
0 commit comments