Correct the repository check in the snapshots workflow
See gh-924
This commit is contained in:
@@ -7,7 +7,7 @@ concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ github.repository == 'spring-gradle-plugins/dependency-management-plugin' }}
|
||||
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
|
||||
name: Build and Deploy Snapshot
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user