From 370d12965cc75331249cfd618bd925fcb87fe7e4 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Mon, 20 Nov 2023 09:58:43 +0100 Subject: [PATCH] Cleanup pipeline --- .github/workflows/check-oss-contributor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-oss-contributor.yml b/.github/workflows/check-oss-contributor.yml index 93f6bcadab..ec40cad399 100644 --- a/.github/workflows/check-oss-contributor.yml +++ b/.github/workflows/check-oss-contributor.yml @@ -3,9 +3,6 @@ on: workflow_dispatch: schedule: - cron: "0 8,16 * * 1-5" # on weekdays at 8am and 4pm - push: - branches: - - chore/run_oss_checks # TODO: remove jobs: run-checks: @@ -16,8 +13,8 @@ jobs: secrets: inherit notify-error: - # needs: ["run-checks"] - if: ${{ always() }} + needs: ["run-checks"] + if: ${{ failure() }} name: Notify error runs-on: ubuntu-latest steps: