From 2f46eed8265ec31d48191d6df64beec471c5576d Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Wed, 22 May 2024 19:12:55 +0300 Subject: [PATCH] run updated workflow --- .github/workflows/integrationTests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integrationTests.yml b/.github/workflows/integrationTests.yml index 0c398b227..985e58fd0 100644 --- a/.github/workflows/integrationTests.yml +++ b/.github/workflows/integrationTests.yml @@ -25,6 +25,8 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} + - name: Print current branch + run: git branch --show-current Distribution: needs: Pretest name: Distribution (${{ matrix.os }}) - check!