From 373de2f62c6d0c263afa4c60cf5f1bc208c7c3f7 Mon Sep 17 00:00:00 2001 From: Jover Date: Wed, 9 Aug 2023 15:05:47 -0700 Subject: [PATCH] Rename `all_deploy` to `deploy_all` --- .github/workflows/run-public-builds.yaml | 2 +- profiles/nextstrain-public/deploy.smk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-public-builds.yaml b/.github/workflows/run-public-builds.yaml index 21fd3905..e1009432 100644 --- a/.github/workflows/run-public-builds.yaml +++ b/.github/workflows/run-public-builds.yaml @@ -24,6 +24,6 @@ jobs: --cpus 36 \ --memory 72gib \ . \ - all_deploy \ + deploy_all \ -p \ --configfile profiles/nextstrain-public.yaml diff --git a/profiles/nextstrain-public/deploy.smk b/profiles/nextstrain-public/deploy.smk index 42ab9f65..5d0eb45f 100644 --- a/profiles/nextstrain-public/deploy.smk +++ b/profiles/nextstrain-public/deploy.smk @@ -3,7 +3,7 @@ This part of the workflow handles automatic deployments of public builds. Depends on the `all_public` rule from rename.smk """ -rule all_deploy: +rule deploy_all: input: rules.all_public.input params: s3_dst = config["deploy_url"]