aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 15:14:04 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2025-01-15 15:14:04 -0500
commit3287c01ed3c3e303278766e49ea36883982cb5e5 (patch)
tree69c84f7e00c6337a0a6562d8e5d01b31eba09eed
parent57455e8eac8294d2ed2f8c1484e49a8bd345d020 (diff)
downloadghasandbox-3287c01ed3c3e303278766e49ea36883982cb5e5.tar.gz
OK
-rw-r--r--.github/workflows/pipeline_deliver.yml10
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