mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-02 05:44:53 +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