Skip to content

Commit

Permalink
reduce checks on main
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Apr 26, 2024
1 parent b76df8f commit 0077930
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check-hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# never used to avoid accidentally restoring a cache containing a suggested
# dependency.
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-all-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#
# This workflow helps find such failing examples that need to be modified.
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-link-rot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-spelling.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-styling.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-test-warnings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Running tests with options(warn = 2) to fail on test warnings
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-vignette-warnings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Running tests with options(warn = 2) to fail on test warnings
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/html-5-check.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pkgdown-no-suggests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down

0 comments on commit 0077930

Please sign in to comment.