v2.7_reg_test_4723_query_cache_stores_empty_result CI-trigger 65fba5d0a6f8eb8d4bfd6cf6eaf27629759fbc97 #38
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-trigger | |
run-name: '${{ github.ref_name }} ${{ github.workflow }} ${{ github.sha }}' | |
on: | |
push: | |
paths-ignore: | |
- '.github/**' | |
- '**.md' | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: sysown/proxysql/.github/workflows/ci-trigger.yml@GH-Actions | |
secrets: inherit |