We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SanityCheck#EqualityRulesRecipes
1 parent 52acbee commit d860887Copy full SHA for d860887
.github/workflows/build-pull-request.yml
@@ -4,16 +4,13 @@ permissions:
4
contents: read
5
jobs:
6
build:
7
- name: Build 📦
+ name: Sanity Build 🕊️📦
8
# if: ${{ github.repository == 'spring-projects/spring-boot' }}
9
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
10
steps:
11
- name: Checkout Code 📥
12
uses: actions/checkout@v6
13
- - name: Sanity 🕊️
14
- id: sanityy
15
- uses: ./.github/actions/build
16
- - name: Build 📦
+ - name: Sanity Build 🕊️📦
17
id: build
18
uses: ./.github/actions/build
19
# - name: Log Potentially Canceled JVM Thread Dumps 📋
0 commit comments