Merge pull request #300 from uclahs-cds/sfitz-update-M64-resources #118
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 |