Bump external/pipeline-Nextflow-config from be1eaf5
to 2127286
#57
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: Trigger tests | |
on: | |
issue_comment: | |
types: [created] | |
pull_request_target: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
permissions: | |
pull-requests: write | |
statuses: write | |
jobs: | |
check-user: | |
uses: uclahs-cds/tool-Nextflow-action/.github/workflows/test-setup.yml@main |