Skip to content

Reusable workflow testing #21

Reusable workflow testing

Reusable workflow testing #21

name: "base-glibc-debian-bash"
on:
pull_request:
paths:
- .github/workflows/base-glibc-debian-bash.yml
- .github/workflows/generic_build.yml
jobs:
base-glibc-debian-bash:
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-debian-bash
tags: '3.1 3 latest'
debian_version: '12.2'
archs: 'arm64 amd64'