blob: 93d88bdd991fb158dabbed5e6c0798e9927626db [file] [log] [blame]
Ankush Menatdfda5ad2024-01-25 14:18:27 +05301# Tests are skipped for these files but github doesn't allow "passing" hence this is required.
2
3name: Skipped Patch Test
4
5on:
6 pull_request:
7 paths:
8 - "**.js"
9 - "**.css"
10 - "**.md"
11 - "**.html"
12 - "**.csv"
13
14jobs:
15 test:
16 runs-on: ubuntu-latest
17
18 name: Patch Test
19
20 steps:
21 - name: Pass skipped tests unconditionally
22 run: "echo Skipped"