From a21653a08c00c283b146c5c995a9897e022bef52 Mon Sep 17 00:00:00 2001 From: dlaw4608 Date: Fri, 26 Jul 2024 13:35:05 +0100 Subject: [PATCH] minor change to name for remove-labels job --- .github/workflows/build-images-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images-pr.yaml b/.github/workflows/build-images-pr.yaml index 070788301..9e6cb4112 100644 --- a/.github/workflows/build-images-pr.yaml +++ b/.github/workflows/build-images-pr.yaml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest needs: workflow-build steps: - - name: Remove forked_image_approved label + - name: Remove forked_image_approved label after workflow is triggered - uses: actions-ecosystem/action-remove-labels@v1 with: labels: forked_image_approved