Skip to content

Commit

Permalink
Run PR checks if the PR is moved to ready_for_review type (runatlan…
Browse files Browse the repository at this point in the history
…tis#2713)

* Update lint.yml

* Update test.yml
  • Loading branch information
nitrocode authored and krrrr38 committed Dec 16, 2022
1 parent 090821c commit 9308e3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: linter

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- "main"
paths-ignore:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
paths-ignore:
- 'runatlantis.io/**'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

branches:
- "main"
paths-ignore:
Expand Down

0 comments on commit 9308e3b

Please sign in to comment.