Skip to content

Commit d860887

Browse files
author
Vincent Potucek
committed
Add SanityCheck#EqualityRulesRecipes
Signed-off-by: Vincent Potucek <vpotucek@me.com>
1 parent 52acbee commit d860887

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ permissions:
44
contents: read
55
jobs:
66
build:
7-
name: Build 📦
7+
name: Sanity Build 🕊️📦
88
# if: ${{ github.repository == 'spring-projects/spring-boot' }}
99
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1010
steps:
1111
- name: Checkout Code 📥
1212
uses: actions/checkout@v6
13-
- name: Sanity 🕊️
14-
id: sanityy
15-
uses: ./.github/actions/build
16-
- name: Build 📦
13+
- name: Sanity Build 🕊️📦
1714
id: build
1815
uses: ./.github/actions/build
1916
# - name: Log Potentially Canceled JVM Thread Dumps 📋

0 commit comments

Comments
 (0)