Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Nov 26, 2024
1 parent cb2efd4 commit 2cb9197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/call-sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2cb9197

Please sign in to comment.