ecmwf-actions / reusable-workflows

A collection of reusable GitHub workflows for ECMWF repositories
Apache License 2.0
7 stars 0 forks source link

Add restrict_matrix_jobs to create package #134

Closed iainrussell closed 1 month ago

iainrussell commented 1 month ago

Allow a package to specify the list of platforms that create-package should run on for it, e.g.

jobs:
  deploy:
    uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
    with:
      skip_checks: true
      restrict_matrix_jobs: gnu@debian-11
    secrets: inherit