From 3de532e396c3ad3d8d0c6784a501fc0af081150b Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 9 Sep 2021 13:36:52 -0700 Subject: [PATCH] Rename stage of feature ci --- 5etools-docker/.github/workflows/feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5etools-docker/.github/workflows/feature.yml b/5etools-docker/.github/workflows/feature.yml index 5b5432e5..04644a50 100644 --- a/5etools-docker/.github/workflows/feature.yml +++ b/5etools-docker/.github/workflows/feature.yml @@ -15,7 +15,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: test_build: - name: Build and push Docker image to Docker Hub + name: Build Docker image runs-on: ubuntu-latest steps: - name: Check out the repo