diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:14:04 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-15 15:14:04 -0500 |
commit | 3287c01ed3c3e303278766e49ea36883982cb5e5 (patch) | |
tree | 69c84f7e00c6337a0a6562d8e5d01b31eba09eed | |
parent | 57455e8eac8294d2ed2f8c1484e49a8bd345d020 (diff) | |
download | ghasandbox-3287c01ed3c3e303278766e49ea36883982cb5e5.tar.gz |
OK
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 10 |
1 files 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 |