diff --git a/.github/workflows/server-ci-artifacts.yml b/.github/workflows/server-ci-artifacts.yml index 907ee2e81f..539419d8b9 100644 --- a/.github/workflows/server-ci-artifacts.yml +++ b/.github/workflows/server-ci-artifacts.yml @@ -35,6 +35,8 @@ jobs: steps: - name: cd/checkout-mattermost uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + with: + ref: ${{ github.event.workflow_run.head_sha }} - name: cd/determine-if-monorepo id: determine-if-monorepo run: |