Skip to content

[FIX] Test data caching and unzipping #2

[FIX] Test data caching and unzipping

[FIX] Test data caching and unzipping #2

Workflow file for this run

name: Trigger checks manually
on:
issue_comment:
types:
- created
- edited
jobs:
checks:
if: github.event.issue.pull_request && contains(github.event.comment.body, '@rerun-checks')
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
uses: ./.github/workflows/run_checks_suite.yml
secrets: inherit