add test for WPS->CWL convert with non-string enum allowed values val… #2179
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
# reference: https://github.com/github/issue-labeler | |
# FIXME: find a way to avoid the label to remove tags... | |
#name: "Issue Labeler" | |
#on: | |
# issues: | |
# types: [opened, edited] | |
# | |
#jobs: | |
# triage: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: github/[email protected] | |
# with: | |
# repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# configuration-path: .github/labeler-words.yml | |
# enable-versioned-regex: 0 |