From 3287c01ed3c3e303278766e49ea36883982cb5e5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 15 Jan 2025 15:14:04 -0500 Subject: OK --- .github/workflows/pipeline_deliver.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 4865a90..251d736 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -42,6 +42,13 @@ on: default: "" jobs: + checkout: + name: Checkout + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + deliver: name: Deliver runs-on: ubuntu-latest @@ -52,7 +59,4 @@ jobs: build_name: ${{ inputs.build_name }} destination: ${{ inputs.destination }} stasis_indexer_args: ${{ inputs.stasis_indexer_args }} - steps: - - name: Checkout - uses: actions/checkout@v4 -- cgit