Skip to content

Commit

Permalink
[skip tests] amend
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Apr 4, 2024
1 parent e632d9b commit 4d8a7c8
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:
timeout-minutes: 20
runs-on: ubuntu-latest
needs: check
if: ${{ github.head_ref != 'changeset-release/main' || needs.check.outputs.status == 'skip_tests' }}
if: ${{ github.head_ref != 'changeset-release/main' || needs.check.outputs.status != 'skip_tests' }}
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit 4d8a7c8

Please sign in to comment.