From f5025a82f30ede639a3bc5af724044a57e6f3ccd Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Tue, 14 May 2024 00:45:18 +0200 Subject: [PATCH] websocket: checkout correct correct commit in autobahn workflow (#3258) --- .github/workflows/autobahn.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autobahn.yml b/.github/workflows/autobahn.yml index 504bda3b4be..bbe80896fe8 100644 --- a/.github/workflows/autobahn.yml +++ b/.github/workflows/autobahn.yml @@ -30,6 +30,7 @@ jobs: - name: Checkout Code uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: + ref: "${{ github.event.pull_request.merge_commit_sha }}" persist-credentials: false clean: false