Skip to content

Commit

Permalink
Revert "Update GH Actions file"
Browse files Browse the repository at this point in the history
This reverts commit 6b478af.
  • Loading branch information
kavanase committed Jul 2, 2024
1 parent 6b478af commit fa114e5
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 fa114e5

Please sign in to comment.