From bedfb47a9f21f225296806de0b452b9ad5262d43 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 13 Sep 2022 13:49:58 +0300 Subject: [PATCH] all: fmt workflow specs --- .github/workflows/build.yml | 3 ++- .github/workflows/lint.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e153d0d..c01f5b2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,8 +112,9 @@ # Use always() to signal to the runner that this job must run even if the # previous ones failed. 'if': - ${{ github.repository_owner == 'AdguardTeam' && + ${{ always() && + github.repository_owner == 'AdguardTeam' && ( github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 56183571..a60121fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,8 +43,9 @@ # Use always() to signal to the runner that this job must run even if the # previous ones failed. 'if': - ${{ github.repository_owner == 'AdguardTeam' && + ${{ always() && + github.repository_owner == 'AdguardTeam' && ( github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository