Skip to content

Commit

Permalink
ci: allow skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jan 23, 2025
1 parent 1eb4b8e commit 28417f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
steps:
- run: 'echo "No action required"'

test:
runs-on: ubuntu-20.04
steps:
- run: 'echo "No action required"'

sqlness:
name: Sqlness Test (${{ matrix.mode.name }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 28417f4

Please sign in to comment.