From 8606342b5377935e05bdd37e81962573c31d39d9 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sun, 15 Aug 2021 11:29:37 +0200 Subject: [PATCH] Limit GitHub Actions job to this repository. --- .github/workflows/cibuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 2d43fda1..7da6060f 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -11,6 +11,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: github.repository == 'mbroz/cryptsetup' strategy: fail-fast: false matrix: