From 33af46d633167cd90bce745a0547fb8d2de6f2d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Goll?= Date: Wed, 7 May 2025 12:41:53 +0200 Subject: [PATCH 1/4] CI: Update style --- .github/workflows/windows-testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml index 39fb602..38cfecc 100644 --- a/.github/workflows/windows-testing.yml +++ b/.github/workflows/windows-testing.yml @@ -8,8 +8,6 @@ on: branches: - main - - jobs: Tests-Windows: runs-on: windows-latest From d859ecae61d0b83976f29571cd3d2932a46a91c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Goll?= Date: Wed, 7 May 2025 12:43:08 +0200 Subject: [PATCH 2/4] CI: Update run-name for PR --- .github/workflows/windows-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml index 38cfecc..fa1a81b 100644 --- a/.github/workflows/windows-testing.yml +++ b/.github/workflows/windows-testing.yml @@ -1,5 +1,5 @@ name: Testing -run-name: ${{ github.event.pull_request.number && format('PR `#{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} +run-name: ${{ github.event.pull_request.number && format('PR #{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} on: push: branches: From 0f3fce114db6e1fc73048273baf77d53c1846226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Goll?= Date: Wed, 7 May 2025 12:45:00 +0200 Subject: [PATCH 3/4] CI: Update run-name for PR --- .github/workflows/windows-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml index fa1a81b..8ba5068 100644 --- a/.github/workflows/windows-testing.yml +++ b/.github/workflows/windows-testing.yml @@ -1,5 +1,5 @@ name: Testing -run-name: ${{ github.event.pull_request.number && format('PR #{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} +run-name: ${{ github.event.pull_request.number && format('Pull request \#{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} on: push: branches: From 9346965d0be2b38dbfe00a1811409c6810149639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Goll?= Date: Wed, 7 May 2025 12:45:00 +0200 Subject: [PATCH 4/4] CI: Update run-name for PR --- .github/workflows/windows-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-testing.yml b/.github/workflows/windows-testing.yml index fa1a81b..7f145a5 100644 --- a/.github/workflows/windows-testing.yml +++ b/.github/workflows/windows-testing.yml @@ -1,5 +1,5 @@ name: Testing -run-name: ${{ github.event.pull_request.number && format('PR #{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} +run-name: ${{ github.event.pull_request.number && format('Pull request {0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }} on: push: branches: