Skip workflows if it is fork (#2092)

Signed-off-by: Denis Papec <denis.papec@gmail.com>
pull/2093/head
Denis Papec 8 months ago committed by GitHub
parent 0c2671ea00
commit 67ebe29db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ env:
jobs:
build:
if: github.repository == 'benphelps/homepage'
runs-on: self-hosted
permissions:
contents: read

@ -11,6 +11,7 @@ permissions:
jobs:
deploy:
if: github.repository == 'benphelps/homepage'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Loading…
Cancel
Save