Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #136 from sched-ext/ci_reduction
Browse files Browse the repository at this point in the history
scx: Only do CI runs for PRs
  • Loading branch information
Byte-Lab authored Feb 5, 2024
2 parents 1ecced8 + 90fa5c0 commit 2714042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-kernel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test-kernel
run-name: ${{ github.actor }} PR run
on: [pull_request, push]
on: [pull_request]
jobs:
test-schedulers:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 2714042

Please sign in to comment.