diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32f2f2d05..03344e5ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 120 - name: ${{ matrix.testname }}${{ inputs.testmode == 'ON' && ' testmode ON' || ''}} + name: ${{ matrix.testname }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/cislowtestmode.yml b/.github/workflows/cislowtestmode.yml index bfa251371..3945a6786 100644 --- a/.github/workflows/cislowtestmode.yml +++ b/.github/workflows/cislowtestmode.yml @@ -14,7 +14,7 @@ env: jobs: citestmode: - # name: CI testmode + name: testmode ON uses: artis-mcrt/artis/.github/workflows/ci.yml@cisplittestmode with: testmode: ON