From 18064bf6f8c4b11a436b43d6fd1513e4727a8a2c Mon Sep 17 00:00:00 2001 From: Ian Lyttle Date: Sun, 31 Dec 2023 14:25:13 -0600 Subject: [PATCH] remove triggers on "old" action --- .github/workflows/R-CMD-check-old.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/R-CMD-check-old.yaml b/.github/workflows/R-CMD-check-old.yaml index 47696ea..7dc307f 100644 --- a/.github/workflows/R-CMD-check-old.yaml +++ b/.github/workflows/R-CMD-check-old.yaml @@ -1,14 +1,14 @@ # 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: - branches: - - main - - master - pull_request: - branches: - - main - - master + # push: + # branches: + # - main + # - master + # pull_request: + # branches: + # - main + # - master name: R-CMD-check