Skip to content

Reusable workflow testing #11

Reusable workflow testing

Reusable workflow testing #11

Workflow file for this run

name: "Generic caller test"
on:
pull_request:
paths:
- .github/workflows/caller.yml
jobs:
create-env:
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'