Skip to content

Commit

Permalink
only run pipeline for windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rpahl committed Nov 6, 2023
1 parent 04a5fd4 commit 3d56e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/check-linux.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: windows-latest, r: 'release'}

env:
Expand All @@ -43,4 +42,4 @@ jobs:

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
upload-snapshots: true

0 comments on commit 3d56e3c

Please sign in to comment.