Skip to content

Commit

Permalink
update CI workflows so that they are triggered by changing PR status …
Browse files Browse the repository at this point in the history
…from draft to ready
  • Loading branch information
albersonmiranda committed Sep 6, 2024
1 parent 0666a2b commit 02235ac
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
types:
- opened
- reopened
- synchronize
- ready_for_review

name: R-CMD-check

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
types:
- opened
- reopened
- synchronize
- ready_for_review

name: lint

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches: [main, master]
pull_request:
branches: [main, master]
types:
- opened
- reopened
- synchronize
- ready_for_review

name: test-coverage

Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/test_pkg_gen.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
on:
push:
branches:
- main
- master
branches: [main, master]
pull_request:
branches:
- main
- master
branches: [main, master]
types:
- opened
- reopened
- synchronize
- ready_for_review

name: Test package generation

Expand Down

0 comments on commit 02235ac

Please sign in to comment.