Skip to content

Commit f923fae

Browse files
committed
Fix copy-paste error in build-pull-request workflow
1 parent 4d70b9a commit f923fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
name: Build Pull Request
88
runs-on: ubuntu-latest
9-
if: ${{ github.repository == 'spring-projects/spring-boot' }}
9+
if: ${{ github.repository == 'spring-io/spring-javaformat' }}
1010
steps:
1111
- name: Check Out
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)