Skip to content

feat(generate-matrix): allow generated matrix to follow basic configuration and let github create combinations #1459

feat(generate-matrix): allow generated matrix to follow basic configuration and let github create combinations

feat(generate-matrix): allow generated matrix to follow basic configuration and let github create combinations #1459

Workflow file for this run

name: Rerun PR Checks
on:
pull_request:
types: [labeled]
jobs:
test:
if: ${{ github.event.label.name == 'RE-RUN PR CHECKS' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./
with:
helper: rerun-pr-checks
- uses: ./
with:
helper: remove-label
label: RE-RUN PR CHECKS