Skip to content

fix(leave-application): prevent half-day selection on holidays #43

fix(leave-application): prevent half-day selection on holidays

fix(leave-application): prevent half-day selection on holidays #43

Workflow file for this run

# Tests are skipped for these files but github doesn't allow "passing" hence this is required.
name: Skipped Tests
on:
pull_request:
paths:
- "**.css"
- "**.js"
- "**.md"
- "**.html"
- "**.csv"
- "**.po"
- "**.pot"
- 'crowdin.yml'
- '.mergify.yml'
- '**.vue'
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
container: [1, 2, 3]
name: Python Unit Tests
steps:
- name: Pass skipped tests unconditionally
run: "echo Skipped"