Skip to content

Commit

Permalink
Final touch
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Nov 28, 2024
1 parent f8ee988 commit cf993cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
env NIMFLAGS="--mm:refc" 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 Expand Up @@ -288,7 +288,6 @@ jobs:
pattern: autobahn-artifact-*

deploy-test:
if: github.event_name == 'push'
name: "Deplay Autobahn results"
needs: merge-autobahn-artifact
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf993cc

Please sign in to comment.