From 3d56e3c41606435d082c90abdd6b74524c13b03f Mon Sep 17 00:00:00 2001 From: Roman Pahl Date: Mon, 6 Nov 2023 20:17:48 +0100 Subject: [PATCH] only run pipeline for windows for now --- .github/workflows/check-linux.yaml | 50 --------------------------- .github/workflows/check-standard.yaml | 3 +- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 .github/workflows/check-linux.yaml diff --git a/.github/workflows/check-linux.yaml b/.github/workflows/check-linux.yaml deleted file mode 100644 index 7146c4f..0000000 --- a/.github/workflows/check-linux.yaml +++ /dev/null @@ -1,50 +0,0 @@ -# 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] - -name: R-CMD-check - -jobs: - R-CMD-check: - runs-on: ${{ matrix.config.os }} - - name: ${{ matrix.config.os }} (${{ matrix.config.r }}) - - strategy: - fail-fast: false - matrix: - config: - - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - - {os: ubuntu-latest, r: 'release'} - - {os: ubuntu-latest, r: 'oldrel-1'} - - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - R_KEEP_PKG_SOURCE: yes - - steps: - - uses: actions/checkout@v3 - - - uses: r-lib/actions/setup-pandoc@v2 - - - uses: r-lib/actions/setup-r@v2 - with: - r-version: ${{ matrix.config.r }} - http-user-agent: ${{ matrix.config.http-user-agent }} - use-public-rspm: true - - - name: Set Display variable - run: echo "export DISPLAY=:99" - - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::rcmdcheck - needs: check - - - uses: r-lib/actions/check-r-package@v2 - with: - upload-snapshots: true \ No newline at end of file diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index 667023d..54ab5db 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -18,7 +18,6 @@ jobs: fail-fast: false matrix: config: - - {os: macos-latest, r: 'release'} - {os: windows-latest, r: 'release'} env: @@ -43,4 +42,4 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: - upload-snapshots: true \ No newline at end of file + upload-snapshots: true