Skip to content

Commit

Permalink
Restrict autobahn tests run to merged PR only
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 23, 2024
1 parent 98b6c30 commit deab188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit deab188

Please sign in to comment.