Skip to content

Commit

Permalink
[CI] Change verify_default_branch job name to "In-tree build / Linux"
Browse files Browse the repository at this point in the history
Motivation: use the name as check in "Require status checks to pass".
The name should be the same for all branches.
Branch-Protection intel#516
  • Loading branch information
wenju-he committed May 29, 2024
1 parent b558c59 commit 0a352e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:

verify_default_branch:
name: Verify for `main` branch
name: In-tree build / Linux
# ref_name for 'on: push'
# base_ref for 'on: pull_request'
if: ${{ (github.event_name == 'push' && github.ref_name == 'main') || (github.event_name == 'pull_request' && github.base_ref == 'main') }}
Expand Down

0 comments on commit 0a352e3

Please sign in to comment.