You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/.github/workflows/CI-taptests-groups.yml

26 lines
1.1 KiB

name: CI-taptests-groups
run-name: '${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }} ${{ github.workflow }} ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}'
on:
# Auto-triggering disabled: jenkins-build-scripts repo access currently
# returns HTTP 403 from this workflow (same root cause as
# CI-repltests / CI-shuntest). Re-enable by restoring the workflow_run
# trigger once jenkins-build-scripts access is fixed.
workflow_dispatch:
# workflow_run:
# workflows: [ CI-trigger ]
# types: [ completed ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name }}
cancel-in-progress: true
jobs:
run:
if: ${{ github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run }}
uses: sysown/proxysql/.github/workflows/ci-taptests-groups.yml@GH-Actions
secrets: inherit
with:
trigger: ${{ toJson(github) }}
testgroup: ${{ vars.MATRIX_TAPTESTS_GROUPS_testgroup }}