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 on: # yamllint disable-line rule:truthy
workflow_run: workflow_run:
workflows: ["PullRequestCI", "ReleaseCI", "DocsCheck", "BackportPR"] workflows: ["PullRequestCI", "ReleaseBranchCI", "DocsCheck", "BackportPR"]
types: types:
- requested - requested
jobs: jobs:

View File

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

View File

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