Skip to content

Commit

Permalink
back to basics on Actions
Browse files Browse the repository at this point in the history
ref #330
  • Loading branch information
wibeasley committed Nov 4, 2021
1 parent 14879f9 commit 05d0d5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: 'release'}
# config:
# - {os: ubuntu-latest, r: 'release'}
# - {os: macOS-latest, r: 'release', http-user-agent: 'release', ONLY_READ_TESTS: true}
# - {os: windows-latest, r: 'release'}
# os: [ubuntu-latest]
# include:
# - os: ubuntu-latest
os: [ubuntu-latest]
include:
- os: ubuntu-latest

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

0 comments on commit 05d0d5a

Please sign in to comment.