From ba62a6501e71b7d1f2295309859c1e88e7ae92ad Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 8 Apr 2024 13:37:49 +0200 Subject: [PATCH 1/2] Fix typo --- docs/contributing/community-slack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/community-slack.md b/docs/contributing/community-slack.md index b1e5abe..4d7848e 100644 --- a/docs/contributing/community-slack.md +++ b/docs/contributing/community-slack.md @@ -33,7 +33,7 @@ We recommend using Slack as a channel for real-time communications that are rela and can be safely archived after 1-2 months. For other cases, other channels might be preferable: -1. If you suspect a security issue in Gradle Buiuld Tool, plugins, its infrastructure, or other components, +1. If you suspect a security issue in Gradle Build Tool, plugins, its infrastructure, or other components, please avoid discussing it in public. Follow the [Gradle Vulnerability Disclosure Policy](../dotgithub/SECURITY/README.md) so that we can triage the issue and protect other Gradle users. 3. If you want to report a confirmed and reproducible issue with Gradle Build Tool or other component, From 2147e6f74b180dd13cd24884d55f94ee73d6d078 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 15 Apr 2024 14:29:07 +0200 Subject: [PATCH 2/2] Do not stop in-progress deployment builds --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9642ed6..154fede 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ permissions: # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: group: "pages" - cancel-in-progress: true + cancel-in-progress: false jobs: # Build job