Skip to content

fix(pwa): approval actions button for self leaves (backport #4395) #37

fix(pwa): approval actions button for self leaves (backport #4395)

fix(pwa): approval actions button for self leaves (backport #4395) #37

Workflow file for this run

# 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'
- 'crowdin.yml'
- '.mergify.yml'
- '**.vue'
- '**.pot'
- '**.po'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
name: Patch Test
steps:
- name: Pass skipped tests unconditionally
run: "echo Skipped"