Skip to content

Commit

Permalink
reorder steps in test matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Dec 13, 2023
1 parent cedd12e commit 52bf153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- id: set-matrix
run: |
if [ "${{ github.event_name }}" != "schedule" ]; then
Expand All @@ -258,9 +261,6 @@ jobs:
echo "matrix=$(cat .github/data/matrix-regression.json | jq -c --arg latest "${{ needs.checks.outputs.k8s_latest }}" '.k8s += [$latest]')" >> $GITHUB_OUTPUT
fi
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

Expand Down

0 comments on commit 52bf153

Please sign in to comment.