Skip to content

Commit f508277

Browse files
committed
don't run these on main, only on PR
1 parent 6036c09 commit f508277

12 files changed

+0
-24
lines changed

.github/workflows/R-CMD-check-hard.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# never used to avoid accidentally restoring a cache containing a suggested
88
# dependency.
99
on:
10-
push:
11-
branches: [main, master]
1210
pull_request:
1311
branches: [main, master]
1412

.github/workflows/check-all-examples.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#
88
# This workflow helps find such failing examples that need to be modified.
99
on:
10-
push:
11-
branches: [main, master]
1210
pull_request:
1311
branches: [main, master]
1412

.github/workflows/check-link-rot.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
push:
3-
branches: [main, master]
42
pull_request:
53
branches: [main, master]
64

.github/workflows/check-random-test-order.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Run tests in random order
22
on:
3-
push:
4-
branches: [main, master]
53
pull_request:
64
branches: [main, master]
75

.github/workflows/check-spelling.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
push:
3-
branches: [main, master]
42
pull_request:
53
branches: [main, master]
64

.github/workflows/check-styling.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
push:
3-
branches: [main, master]
42
pull_request:
53
branches: [main, master]
64

.github/workflows/check-test-warnings.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Running tests with options(warn = 2) to fail on test warnings
22
on:
3-
push:
4-
branches: [main, master]
53
pull_request:
64
branches: [main, master]
75

.github/workflows/check-vignette-warnings.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Running tests with options(warn = 2) to fail on test warnings
22
on:
3-
push:
4-
branches: [main, master]
53
pull_request:
64
branches: [main, master]
75

.github/workflows/html-5-check.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4-
push:
5-
branches: [main, master]
64
pull_request:
75
branches: [main, master]
86

.github/workflows/lint.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4-
push:
5-
branches: [main, master]
64
pull_request:
75
branches: [main, master]
86

.github/workflows/pkgdown-no-suggests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
push:
3-
branches: [main, master]
42
pull_request:
53
branches: [main, master]
64

.github/workflows/test-coverage.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4-
push:
5-
branches: [main, master]
64
pull_request:
75
branches: [main, master]
86

0 commit comments

Comments
 (0)