mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-01-01 08:56:17 +00:00
Remove duplicate checkout steps in build-fio.yml
Removed redundant checkout steps from the workflow.
This commit is contained in:
6
.github/workflows/build-fio.yml
vendored
6
.github/workflows/build-fio.yml
vendored
@@ -10,9 +10,6 @@ jobs:
|
|||||||
latest-version: ${{ steps.get-version.outputs.version }}
|
latest-version: ${{ steps.get-version.outputs.version }}
|
||||||
should-build: ${{ steps.check-version.outputs.should-build }}
|
should-build: ${{ steps.check-version.outputs.should-build }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Get latest fio release
|
- name: Get latest fio release
|
||||||
id: get-version
|
id: get-version
|
||||||
run: |
|
run: |
|
||||||
@@ -58,9 +55,6 @@ jobs:
|
|||||||
host: arm-linux-gnueabihf
|
host: arm-linux-gnueabihf
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user