Skip to content

Don't run nightbuild on weekends #360

Don't run nightbuild on weekends

Don't run nightbuild on weekends #360

name: Check on pull-request
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run checkAppVersions.py
run: |
cd installation/build
./checkAppVersions.py
- name: run checkServerVersion.sh
run: |
cd installation/build
./checkServerVersion.sh