We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9f54e commit b5826fcCopy full SHA for b5826fc
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
-name: Opis Deploy
+name: OpisDeploy
2
3
on:
4
workflow_run:
5
- workflows: ["opis_testing"]
+ workflows: ["OpisTesting"]
6
types:
7
- completed
8
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
-name: opis_lint
+name: OpisLint
pull_request:
.github/workflows/tests.yml
-name: opis_testing
+name: OpisTesting
- workflows: ["opis_lint"]
+ workflows: ["OpisLint"]
0 commit comments