From edb585d16c5b3094a1d0ddc9f4946c46e304929b Mon Sep 17 00:00:00 2001 From: DaveW-STFC Date: Thu, 19 Sep 2024 12:09:20 +0100 Subject: [PATCH] removed step1 id as not currently referenced --- .github/workflows/pr_copied_files.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_copied_files.yaml b/.github/workflows/pr_copied_files.yaml index df1c3569..e83bab42 100644 --- a/.github/workflows/pr_copied_files.yaml +++ b/.github/workflows/pr_copied_files.yaml @@ -34,7 +34,6 @@ jobs: - secrets/prod** - name: Run step if any file(s) in the folder change - id: step1 if: steps.changed-files.outputs.any_changed == 'true' env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}