Merge pull request #1595 from NeuralEnsemble/black-formatting #936
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: NeoIoTest-automatic-trigger | |
on: | |
pull_request: | |
branches: [master] | |
types: [synchronize, opened, reopened, ready_for_review] | |
# run checks on any change of master, including merge of PRs | |
push: | |
branches: [master] | |
jobs: | |
call-iotests: | |
uses: ./.github/workflows/io-test.yml | |
with: | |
os: ubuntu-latest |