fix a typo in metadata field #73
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build & Push CheckM2 Image to GHCR | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
paths: | |
- 'src/loaders/compute_tools/checkm2/versions.yaml' | |
- '.github/workflows/build-push-checkm2-image.yml' | |
- '.github/workflows/build-push-tool-images.yml' | |
push: | |
branches: | |
- main | |
- master | |
- develop | |
paths: | |
- 'src/loaders/compute_tools/checkm2/versions.yaml' | |
- '.github/workflows/build-push-checkm2-image.yml' | |
- '.github/workflows/build-push-tool-images.yml' | |
jobs: | |
trigger-build-push: | |
uses: ./.github/workflows/build-push-tool-images.yml | |
with: | |
tool_name: checkm2 | |
version_file: 'src/loaders/compute_tools/checkm2/versions.yaml' | |
secrets: inherit |