fix: apply "cannot_add_rows" directly to table field for more efficient solution #1111
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tests are skipped for these files but github doesn't allow "passing" hence this is required. | |
name: Skipped Tests | |
on: | |
pull_request: | |
paths: | |
- "**.js" | |
- "**.css" | |
- "**.md" | |
- "**.html" | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
container: [1, 2, 3, 4] | |
name: Python Unit Tests | |
steps: | |
- name: Pass skipped tests unconditionally | |
run: "echo Skipped" |