Skip to content

Merge pull request #1003 from ibi-group/fix-timetable-pasting #871

Merge pull request #1003 from ibi-group/fix-timetable-pasting

Merge pull request #1003 from ibi-group/fix-timetable-pasting #871

Workflow file for this run

name: Commit Checks
on: [push]
jobs:
push-checks:
uses: ./.github/workflows/node-ci.yml
with:
# Run e2e tests on pushes to dev and master.
e2e: ${{ github.ref_name == 'dev' || github.ref_name == 'master' }}
secrets: inherit