From 2cb9197fbe56b5142b3394808fca8c1cf357ad94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Mart=C3=ADnez?= Date: Tue, 26 Nov 2024 10:14:44 +0100 Subject: [PATCH] test --- .github/workflows/call-sanity-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-sanity-checks.yml b/.github/workflows/call-sanity-checks.yml index c1763a554..a552bc15d 100644 --- a/.github/workflows/call-sanity-checks.yml +++ b/.github/workflows/call-sanity-checks.yml @@ -10,7 +10,7 @@ jobs: action: ${{ github.event.action }} base_from: ${{ github.event.changes.base.ref.from }} base_ref: ${{ github.event.pull_request.base.ref }} - if: github.event.changes.base.ref.from != github.event.pull_request.base.ref + if: github.event.changes.base.ref.from && github.event.changes.base.ref.from != github.event.pull_request.base.ref steps: - # - uses: ./.github/workflows/frontend-build.yml - - run: echo "$action >> $base_from >> $base_ref" + - uses: .github/workflows/frontend-build.yml + # - run: echo "$action >> $base_from >> $base_ref"