diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index bbce12d..85e3a62 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -26,9 +26,6 @@ jobs: - version: 39 support: latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Build image uses: JasonN3/build-action@action with: diff --git a/.github/workflows/test-iso.yml b/.github/workflows/test-iso.yml index d3d9468..c16ad45 100644 --- a/.github/workflows/test-iso.yml +++ b/.github/workflows/test-iso.yml @@ -41,6 +41,9 @@ jobs: - version: 40 web_ui: 'true' steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Build ISO uses: ./action.yml with: