Merge pull request #1690 from luiztauffer/fix-blackrock-overflow #1262
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
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 |