Skip to content

Commit

Permalink
Shorter job names
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Aug 3, 2023
1 parent d1bd95e commit b88842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
name: Test (Python ${{ matrix.python-version }}, ${{ matrix.aqs && 'AQS' || 'no AQS' }})
name: Test (Py ${{ matrix.python-version }}${{ !matrix.aqs && '' || ', AQS' }})
runs-on: ubuntu-latest
if: github.repository == 'noaa-oar-arl/monetio'
strategy:
Expand Down

0 comments on commit b88842d

Please sign in to comment.