Skip to content

Commit

Permalink
CI: Run on PRs not targeting main. (#1045)
Browse files Browse the repository at this point in the history
i.e., run CI on stacked PRs.
  • Loading branch information
PapyChacal authored Jun 1, 2023
1 parent 4530299 commit d94968a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-pyright-fails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/jupyterlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit d94968a

Please sign in to comment.