From 97e63c2e49f79eeaf5a99873228b7f2dae052c6a Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 28 Nov 2023 14:04:45 +0100 Subject: [PATCH 1/6] Updating static-code-analysis workflow to use the issue branch version --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index dc0795b..87f4e1b 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -9,4 +9,4 @@ on: jobs: powershell-static-code-analysis: - uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev + uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-743 From 5ac0b480375fdaa9cfbc0400b89386a0c010df46 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 28 Nov 2023 14:06:56 +0100 Subject: [PATCH 2/6] Enabling cancel-in-progress-for-this-pr for PS analysis --- .github/workflows/static-code-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 87f4e1b..0d59b0b 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -10,3 +10,5 @@ on: jobs: powershell-static-code-analysis: uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-743 + with: + cancel-in-progress-for-this-pr: 'true' From 33772815a22663e03b112c21812e894ebf44a5f7 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 28 Nov 2023 14:07:19 +0100 Subject: [PATCH 3/6] Testing cancellation (should cancel) From d86f948a5a1dbad6876c86cda2559495e681c1b1 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 28 Nov 2023 14:09:12 +0100 Subject: [PATCH 4/6] Enabling cancellation for spell checking too --- .github/workflows/check-spelling.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 4b97f47..ee45e6d 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -10,4 +10,6 @@ on: jobs: check-spelling: name: Check Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@OSOE-743 + with: + cancel-in-progress-for-this-pr: 'true' From ec707a9577b0503424ba960e72de694f399863aa Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 5 Dec 2023 18:44:25 +0100 Subject: [PATCH 5/6] Updating workflow calls according to "cancel-in-progress-for-this-pr: 'true'" being the default now --- .github/workflows/check-spelling.yml | 2 -- .github/workflows/static-code-analysis.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index ee45e6d..e8f7f2d 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -11,5 +11,3 @@ jobs: check-spelling: name: Check Spelling uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@OSOE-743 - with: - cancel-in-progress-for-this-pr: 'true' diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 0d59b0b..87f4e1b 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -10,5 +10,3 @@ on: jobs: powershell-static-code-analysis: uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-743 - with: - cancel-in-progress-for-this-pr: 'true' From 8579bd2e6a73b6359c95a25d0af8a035e4e393a2 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Tue, 5 Dec 2023 18:55:49 +0100 Subject: [PATCH 6/6] Fixing the branch reference in check-check-spelling --- .github/workflows/check-spelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index e8f7f2d..c48fe55 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -10,4 +10,4 @@ on: jobs: check-spelling: name: Check Spelling - uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@OSOE-743 + uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OSOE-743