From b4e718fcabaf5e609ab70bcc6d60518060b5d059 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 21 Apr 2022 17:46:06 +0100 Subject: [PATCH] updated centos.yaml --- .github/workflows/centos.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/centos.yaml b/.github/workflows/centos.yaml index 623e41a0..ef94d6f4 100644 --- a/.github/workflows/centos.yaml +++ b/.github/workflows/centos.yaml @@ -38,7 +38,9 @@ concurrency: jobs: build: - if: github.event.repository.fork == false + # github.event.repository context not available in scheduled workflows + #if: github.event.repository.fork == false + if: github.repository_owner == 'HariSekhon' name: Build uses: HariSekhon/GitHub-Actions/.github/workflows/make.yaml@master with: