mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-01-05 23:23:10 +00:00
Restrict autobahn tests run to merged PR only
This commit is contained in:
parent
98b6c3006f
commit
deab188317
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
|||||||
nimble test
|
nimble test
|
||||||
|
|
||||||
autobahn-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"
|
name: "Autobahn test suite"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user