Skip to content

Commit

Permalink
Update GH Actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jul 2, 2024
1 parent c9046ad commit 6b478af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

runs-on: ${{ matrix.os }}
if: ${{ (github.event.inputs.os == '' && matrix.os != 'windows-latest') || github.event.inputs.os == matrix.os }}
if: (github.event.inputs.os == '' && matrix.os != 'windows-latest') || github.event.inputs.os == matrix.os

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

0 comments on commit 6b478af

Please sign in to comment.