Skip to content

Commit 055f090

Browse files
committed
ci: temporarily enable test-network job on PRs
This allows verification of the test fix in the PR before merging. Can be reverted after merge if desired.
1 parent 672f5b5 commit 055f090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272

7373
test-network:
7474
runs-on: ubuntu-latest
75-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
75+
# Temporarily enabled for PR to verify test fix
76+
if: github.event_name == 'push' || github.event_name == 'pull_request'
7677
steps:
7778
- uses: actions/checkout@v5
7879

0 commit comments

Comments
 (0)