From 80fa4299194fea6277e97b63e2077bef386b6339 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 22 Sep 2021 20:53:04 +0100 Subject: [PATCH] Cleanup remote builder github workflows --- ...-aws-ephemeral.yml => remote-build-custom-aws-ephemeral.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{remote-build-aws-ephemeral.yml => remote-build-custom-aws-ephemeral.yml} (96%) diff --git a/.github/workflows/remote-build-aws-ephemeral.yml b/.github/workflows/remote-build-custom-aws-ephemeral.yml similarity index 96% rename from .github/workflows/remote-build-aws-ephemeral.yml rename to .github/workflows/remote-build-custom-aws-ephemeral.yml index e4cb642f..a6a485ef 100644 --- a/.github/workflows/remote-build-aws-ephemeral.yml +++ b/.github/workflows/remote-build-custom-aws-ephemeral.yml @@ -1,4 +1,4 @@ -name: Remote Build AWS Fargate GitHub Ephemeral Runner +name: Remote Build AWS Fargate Custom (GitHub Self Hosted Ephemeral Runner) on: push: { branches: [main, aws, remote-builder/unified-providers] }