mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-01-22 08:29:16 +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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user