Restrict autobahn tests run to merged PR only

This commit is contained in:
jangko 2024-01-23 09:28:23 +07:00
parent 98b6c3006f
commit deab188317
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9

View File

@ -166,7 +166,7 @@ jobs:
nimble test
autobahn-test:
if: github.event_name == 'push' || github.event_name == 'pull_request'
if: github.event_name == 'push' # || github.event_name == 'pull_request'
name: "Autobahn test suite"
runs-on: ubuntu-20.04