Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gradle/community into roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Apr 16, 2024
2 parents 4fe5f21 + 2147e6f commit f2288ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/community-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f2288ff

Please sign in to comment.