Limit GitHub Actions job to this repository.

This commit is contained in:
Milan Broz
2021-08-15 11:29:37 +02:00
parent ccb0f7c0b2
commit 8606342b53

View File

@@ -11,6 +11,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'mbroz/cryptsetup'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: