From a701e972995ab61d47907389e19b7823a995c71a Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Wed, 3 Jan 2024 15:16:07 +0000 Subject: [PATCH] test --- .github/workflows/build-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 00e1d67004..e4c534746f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -3952,6 +3952,8 @@ jobs: dependabot: runs-on: ubuntu-20.04 needs: [ validate-success ] + # Reference as to why this weird conditional is needed: https://github.com/actions/runner/issues/2205 + if: always() && needs.validate-success.result == 'success' && github.event.pull_request.user.login == 'dependabot[bot]' permissions: contents: write pull-requests: write