tested changing tests to pull_request only #384
Workflow file for this run
This file contains hidden or 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
| # Run MacOS tests using template in ToolVIPER | |
| name: MacOS Tests | |
| on: | |
| push: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.rst' | |
| jobs: | |
| call-testing-linux: | |
| uses: nrao/gh-actions-templates-public/.github/workflows/python-testing-macos-template.yml@main |