Fix workflows for repo org change

This commit is contained in:
Janne Valkealahti
2023-11-20 18:39:55 +00:00
parent 91374ea1b2
commit 55a02f6356
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects-experimental'
if: github.repository_owner == 'spring-projects'
steps:
- name: Checkout
uses: actions/checkout@v3