Skip to content

Commit b5826fc

Browse files
committed
fix: workflows
1 parent fd9f54e commit b5826fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Opis Deploy
1+
name: OpisDeploy
22

33
on:
44
workflow_run:
5-
workflows: ["opis_testing"]
5+
workflows: ["OpisTesting"]
66
types:
77
- completed
88

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opis_lint
1+
name: OpisLint
22

33
on:
44
pull_request:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: opis_testing
1+
name: OpisTesting
22

33
on:
44
workflow_run:
5-
workflows: ["opis_lint"]
5+
workflows: ["OpisLint"]
66
types:
77
- completed
88

0 commit comments

Comments
 (0)