Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
kwonoj and sokra committed Nov 28, 2022
1 parent 09387d9 commit c061a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ jobs:

next_js_integration:
needs: [determine_jobs, rust_prepare, rust_build_release]
if: needs.determine_jobs.outputs.rust == 'true' && (github.event_name == 'pull_request' || needs.determine_jobs.outputs.push == 'true')
if: needs.determine_jobs.outputs.rust == 'true'
name: Next.js integration test
runs-on: ubuntu-latest-8-core-oss
strategy:
Expand Down

0 comments on commit c061a49

Please sign in to comment.