Skip to content

no access pair needed? #42

no access pair needed?

no access pair needed? #42

Workflow file for this run

name: hwmalloc
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
packages: write
jobs:
test-hwmalloc:
uses: ./.github/workflows/common.yml
strategy:
matrix:
#package-version: ['0.3.0', 'master']
package-version: ['master']
package-variants: ['']
with:
package-name: hwmalloc
package-version: ${{ matrix.package-version }}
package-variants: ${{ matrix.package-variants }}