Skip to content

Commit

Permalink
job names
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Aug 9, 2024
1 parent 80e0d59 commit 4806b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pr-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
lib_msg_delivery: ${{ matrix.pooled_delivery }}

sanitize-write-deadline:
name: "Sanitize address (lib_write_deadline)"
name: "Sanitize address (write_deadline)"
uses: ./.github/workflows/build-test.yml
with:
type: RelWithDebInfo
Expand All @@ -75,7 +75,7 @@ jobs:
lib_write_deadline: ON

sanitize-no-host-verify:
name: "Sanitize address (lib_force_host_verification)"
name: "Sanitize address (NO force_host_verification)"
uses: ./.github/workflows/build-test.yml
with:
type: RelWithDebInfo
Expand Down

0 comments on commit 4806b3c

Please sign in to comment.