diff options
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml index 1bb8de1..7273fc4 100644 --- a/.github/workflows/pipeline_deliver.yml +++ b/.github/workflows/pipeline_deliver.yml @@ -44,6 +44,7 @@ on: jobs: deliver: name: Deliver + runs-on: ubuntu-latest steps: - name: Index uses: ./.github/workflows/stasis_indexer.yml |