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:
|
||||
push:
|
||||
|
||||
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -2,7 +2,7 @@ name: linters
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Code Review"]
|
||||
workflows: ["Review"]
|
||||
types: [completed] #requested
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user