Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
enable [ci notest]
Browse files Browse the repository at this point in the history
  • Loading branch information
bleaker0x committed Jan 18, 2022
1 parent bc04ed3 commit b7a3757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- 17
platform:
- ubuntu-latest

if: ${{ !contains(toJSON(github.event.commits.*.message), '[ci notest]') }}

runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit b7a3757

Please sign in to comment.