From 11bf0e99af10175e7c580b8b354572abeb2bb2f7 Mon Sep 17 00:00:00 2001 From: Jindra Lacko Date: Mon, 4 Mar 2024 17:52:35 +0100 Subject: [PATCH 1/2] actions tuning --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 28dc89e..4169d28 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: r-lib/actions/setup-r@v4 + - uses: r-lib/actions/setup-r@v2 with: use-public-rspm: true From 18742960ece4ad46680e60eee0356d04188e67a1 Mon Sep 17 00:00:00 2001 From: Jindra Lacko Date: Mon, 4 Mar 2024 18:02:38 +0100 Subject: [PATCH 2/2] earlier trigger on master --- .github/workflows/coverage.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 4169d28..62c5e12 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -1,7 +1,9 @@ # For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag. # https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions on: - push: + pull_request: + types: + - opened branches: - master