mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 18:52:13 +00:00
enable restriction on workflows
This commit is contained in:
parent
ba7a6d1c64
commit
ca1a83fd06
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
permissions: read-all
|
||||
jobs:
|
||||
build:
|
||||
#if: github.repository_owner == 'spring-projects'
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
2
.github/workflows/rebuild-search-index.yml
vendored
2
.github/workflows/rebuild-search-index.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
permissions: read-all
|
||||
jobs:
|
||||
build:
|
||||
#if: github.repository_owner == 'spring-projects'
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user