1
0
mirror of synced 2026-08-04 09:17:02 +00:00

enable restriction on workflows

This commit is contained in:
Dan Allen
2022-09-06 15:16:34 -06:00
parent ba7a6d1c64
commit ca1a83fd06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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