We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d70b9a commit f923faeCopy full SHA for f923fae
.github/workflows/build-pull-request.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
name: Build Pull Request
8
runs-on: ubuntu-latest
9
- if: ${{ github.repository == 'spring-projects/spring-boot' }}
+ if: ${{ github.repository == 'spring-io/spring-javaformat' }}
10
steps:
11
- name: Check Out
12
uses: actions/checkout@v4
0 commit comments