Skip to content

Commit

Permalink
Merge pull request #719 from stmcginnis/ci-check-licenses
Browse files Browse the repository at this point in the history
Exclude check-license workflows for non-Linux
  • Loading branch information
cbgbt authored Nov 30, 2023
2 parents baa19b6 + 6d012b7 commit 9004cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
matrix:
make_target: ["check-licenses", "build", "integ"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
make_target: check-licenses
- os: macos-latest
make_target: check-licenses
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9004cf9

Please sign in to comment.