We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672f5b5 commit 055f090Copy full SHA for 055f090
.github/workflows/ci.yml
@@ -72,7 +72,8 @@ jobs:
72
73
test-network:
74
runs-on: ubuntu-latest
75
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ # Temporarily enabled for PR to verify test fix
76
+ if: github.event_name == 'push' || github.event_name == 'pull_request'
77
steps:
78
- uses: actions/checkout@v5
79
0 commit comments