CI: test the tests (#32869)

old-commit-hash: 0fecfd6c4578d17070db91bfa4920888258b987b
This commit is contained in:
Mauricio Alvarez Leon
2024-07-03 15:27:29 -07:00
committed by GitHub
parent 8e3b18c3a0
commit 42cee115ad
6 changed files with 168 additions and 8 deletions
+7 -2
View File
@@ -5,9 +5,14 @@ on:
branches:
- master
pull_request:
workflow_call:
inputs:
run_number:
default: '1'
required: true
type: string
concurrency:
group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
group: docs-tests-ci-run-${{ inputs.run_number }}-${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
cancel-in-progress: true
env: