Skip to content

github workflow v1

github workflow v1 #3

Workflow file for this run

name: Systems test
on:
push:
branches: [main, release/**]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
systems-test:
name: System tests
uses: ./.github/workflows/main.yml