diff --git a/.github/workflows/LINUX_BUILD_TEST.yml b/.github/workflows/LINUX_BUILD_TEST.yml index dda1f64b18..e871acff89 100644 --- a/.github/workflows/LINUX_BUILD_TEST.yml +++ b/.github/workflows/LINUX_BUILD_TEST.yml @@ -155,6 +155,8 @@ jobs: ####################################### # Run Benchmarks + # Separate steps for each benchmark to ensure itemised outputs + # in the actions interface ####################################### - if: ${{ contains(fromJson('["ubuntu:18.04"]'), matrix.OS) && inputs.SIMENG-MODE == 'Release' }} diff --git a/.github/workflows/MACOS_BUILD_TEST.yml b/.github/workflows/MACOS_BUILD_TEST.yml index 279f2bdf04..18a2e86c96 100644 --- a/.github/workflows/MACOS_BUILD_TEST.yml +++ b/.github/workflows/MACOS_BUILD_TEST.yml @@ -93,6 +93,8 @@ jobs: ####################################### # Run Benchmarks + # Separate steps for each benchmark to ensure itemised outputs + # in the actions interface ####################################### - if: ${{ contains(fromJson('["ubuntu:18.04"]'), matrix.OS) && inputs.SIMENG-MODE == 'Release' }}