Testing workflows for Development
This commit is contained in:
2
.github/workflows/code-review.yml
vendored
2
.github/workflows/code-review.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Code Review
|
name: Review
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -2,7 +2,7 @@ name: linters
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Code Review"]
|
workflows: ["Review"]
|
||||||
types: [completed] #requested
|
types: [completed] #requested
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user