We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92743a5 commit e1a8607Copy full SHA for e1a8607
3 files changed
.github/workflows/ci.yml
@@ -1,5 +1,4 @@
1
-name: ci
2
-run-name: "CI - linters and tests"
+name: "CI - linters and tests"
3
4
on:
5
push:
.github/workflows/conventional-commit-pr-name.yml
-name: conventional-commit-pr-name
-run-name: "Check PR title matches conventional commit specification"
+name: "Check PR title matches conventional commit specification"
pull_request:
.github/workflows/release.yml
@@ -1,11 +1,9 @@
-name: release
-run-name: "Release"
+name: "Release"
workflow_dispatch:
6
workflow_run:
7
- workflows:
8
- - ci
+ workflows: ["CI - linters and tests"]
9
types:
10
- completed
11
branches:
0 commit comments