Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
ci: fix bib image test workflow checkout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Feb 20, 2024
1 parent 393e555 commit 9fdd768
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/bib-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
platform: [aws, libvirt]
image_type: [ami, qcow2]
include:
- platform: aws
image_type: ami
- platform: libvirt
image_type: qcow2
- image_type: ami
platform: aws
- image_type: qcow2
platform: libvirt
runs-on: ubuntu-latest

steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -97,17 +97,17 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
platform: [aws, libvirt]
image_type: [ami, qcow2]
include:
- platform: aws
image_type: ami
- platform: libvirt
image_type: qcow2
- image_type: ami
platform: aws
- image_type: qcow2
platform: libvirt
runs-on: ubuntu-latest

steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down Expand Up @@ -137,17 +137,17 @@ jobs:
strategy:
matrix:
arch: [x86_64, aarch64]
platform: [aws, libvirt]
image_type: [ami, qcow2]
include:
- platform: aws
image_type: ami
- platform: libvirt
image_type: qcow2
- image_type: ami
platform: aws
- image_type: qcow2
platform: libvirt
runs-on: ubuntu-latest

steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ needs.pr-info.outputs.sha }}
fetch-depth: 0
Expand Down

0 comments on commit 9fdd768

Please sign in to comment.