From 4fe21cdc2766e35d1b0bc6fee7b57cdbe501d46d Mon Sep 17 00:00:00 2001 From: Niklas van Schrick Date: Fri, 1 Mar 2024 19:41:10 +0100 Subject: [PATCH] Rename job for updating snapshots The current job name conflicts with the protected branch settings for required checks. This job should not be required and therefore needs another name. --- .github/workflows/update_snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_snapshots.yml b/.github/workflows/update_snapshots.yml index 083aeb43..04baae2d 100644 --- a/.github/workflows/update_snapshots.yml +++ b/.github/workflows/update_snapshots.yml @@ -10,7 +10,7 @@ permissions: contents: write jobs: - pipeline: + update-snapshots: if: ${{ github.event.label.name == 'regenerate-snapshots' }} runs-on: ubuntu-latest steps: