fix(Warehouse): add buttons only if the user can use them #595
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 Patch Test | |
on: | |
pull_request: | |
paths: | |
- "**.js" | |
- "**.css" | |
- "**.md" | |
- "**.html" | |
- "**.csv" | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Patch Test | |
steps: | |
- name: Pass skipped tests unconditionally | |
run: "echo Skipped" |