Skip to content

Commit

Permalink
chore: Updates CI to remove redundant flows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 12, 2024
1 parent 72fe010 commit 6948a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel' }
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel' }
- {os: ubuntu-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6948a44

Please sign in to comment.