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 }}
|
||||
should-build: ${{ steps.check-version.outputs.should-build }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get latest fio release
|
||||
id: get-version
|
||||
run: |
|
||||
@@ -58,9 +55,6 @@ jobs:
|
||||
host: arm-linux-gnueabihf
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user