Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 11, 2024
1 parent 9cd7de7 commit 7fa7c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cislowtestmode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fa7c84

Please sign in to comment.