Skip to content

Commit

Permalink
Try to use distinct names
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Dec 3, 2024
1 parent 86682ae commit c25164f
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 @@ -120,7 +120,7 @@ jobs:
permissions:
contents: read
pull-requests: write
name : Test ${{ matrix.testSet.name }} on ${{ matrix.testSet.host }}
name : (${{ github.event_name == 'push' && 'ci/cd' || github.event.label.name }}) Test ${{ matrix.testSet.name }} on ${{ matrix.testSet.host }}

# In the event that 'all-tests' is used, this final job will be the one to remove
# the label from the PR
Expand Down

0 comments on commit c25164f

Please sign in to comment.