Bump external/pipeline-Nextflow-config from da0541d
to 07c99b8
in the pipeline-submodules group
#127
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: 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 |