Rename main/CIGithubAction to pull_request/PullRequestCI

This commit is contained in:
Mikhail f. Shiryaev 2021-12-17 14:15:56 +01:00
parent db63218577
commit 3d0207db11
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */6 * * *'
workflow_run:
workflows: ["CIGithubActions"]
workflows: ["PullRequestCI"]
types:
- completed
workflow_dispatch:

View File

@ -1,4 +1,4 @@
name: CIGithubActions
name: PullRequestCI
env:
# Force the stdout and stderr streams to be unbuffered