Adjust cancel and rerun workflow names to the actual

This commit is contained in:
Mikhail f. Shiryaev 2022-11-01 14:26:06 +01:00
parent aa1c7d0de4
commit 3f424de022
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ env:
on: # yamllint disable-line rule:truthy
workflow_run:
workflows: ["PullRequestCI", "ReleaseCI", "DocsCheck", "BackportPR"]
workflows: ["PullRequestCI", "ReleaseBranchCI", "DocsCheck", "BackportPR"]
types:
- requested
jobs:

View File

@ -15,7 +15,7 @@ import boto3 # type: ignore
NEED_RERUN_OR_CANCELL_WORKFLOWS = {
"PullRequestCI",
"DocsCheck",
"DocsRelease",
"DocsReleaseChecks",
"BackportPR",
}

View File

@ -61,11 +61,11 @@ TRUSTED_WORKFLOW_IDS = {
NEED_RERUN_WORKFLOWS = {
"BackportPR",
"Docs",
"DocsRelease",
"DocsCheck",
"DocsReleaseChecks",
"MasterCI",
"PullRequestCI",
"ReleaseCI",
"ReleaseBranchCI",
}
# Individual trusted contirbutors who are not in any trusted organization.