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!