Skip to content

Commit

Permalink
Only launch the test and benchmark pipelines on a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Jun 14, 2024
1 parent 3d8c453 commit 41872c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-clang.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linux-clang

on: [ push, pull_request ]
on: [ pull_request ]

jobs:
linux-clang:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linux-gcc

on: [ push, pull_request ]
on: [ pull_request ]

jobs:
linux-gcc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-clang-arm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: macos-clang-arm

on: [ push, pull_request ]
on: [ pull_request ]

jobs:
macos-clang-arm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-clang-x64.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: macos-clang-x64

on: [ push, pull_request ]
on: [ pull_request ]

jobs:
macos-clang-x64:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: windows-msvc

on: [ push, pull_request ]
on: [ pull_request ]

jobs:
windows-msvc:
Expand Down

0 comments on commit 41872c4

Please sign in to comment.