Skip to content

Commit

Permalink
checkout the code
Browse files Browse the repository at this point in the history
  • Loading branch information
fatz committed Nov 13, 2024
1 parent 159f006 commit 85144fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: "${{ github.event.pull_request.head.sha }}"
- name: Build OS matrix for all OS
if: contains(github.event.pull_request.labels.*.name, 'integration_test') || contains(fromJson('["workflow_dispatch"]'), github.event_name) && github.event.inputs.os == 'all'
id: build-os-matrix
Expand Down

0 comments on commit 85144fd

Please sign in to comment.