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

View File

@ -4,7 +4,7 @@ on:
permissions: read-all permissions: read-all
jobs: jobs:
build: build:
#if: github.repository_owner == 'spring-projects' if: github.repository_owner == 'spring-projects'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@ -4,7 +4,7 @@ on:
permissions: read-all permissions: read-all
jobs: jobs:
build: build:
#if: github.repository_owner == 'spring-projects' if: github.repository_owner == 'spring-projects'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout