From e68cbc2fa8cf0a2fd166e017d6d786c2bb63caf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 24 Jun 2024 16:47:28 +0100 Subject: [PATCH] chore: Rename push-1.6 job to push-1_6 in 1.6.yml --- .github/workflows/1.6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/1.6.yml b/.github/workflows/1.6.yml index 72140d929..221bb8524 100644 --- a/.github/workflows/1.6.yml +++ b/.github/workflows/1.6.yml @@ -143,7 +143,7 @@ jobs: secrets: inherit # Push with 1.6 tag - push-1.6: + push-1_6: needs: [tests-ui, tests-core] runs-on: ubuntu-latest permissions: