Skip to content

Commit 683e231

Browse files
committed
don't run so often
1 parent 2b5c72d commit 683e231

File tree

6 files changed

+32
-8
lines changed

6 files changed

+32
-8
lines changed

.github/workflows/macos.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: macos
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, closed]
49

510
jobs:
611

.github/workflows/pre-commit.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: pre-commit
22

33
on:
4-
pull_request:
54
push:
65
branches: [main]
7-
6+
pull_request:
7+
types: [opened, synchronize, closed]
88
jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest

.github/workflows/ros2-humble.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: ros2-humble
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, closed]
49

510
jobs:
611
build:

.github/workflows/ros2-rolling.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: ros2-rolling
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, closed]
49

510
jobs:
611
build:

.github/workflows/ubuntu.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: ubuntu
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, closed]
49

510
jobs:
611

.github/workflows/windows.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: windows
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types: [opened, synchronize, closed]
49

510
jobs:
611

@@ -23,7 +28,6 @@ jobs:
2328
uses: turtlebrowser/get-conan@v1.2
2429

2530
- name: Cache Qt and Conan
26-
id: cache-qt
2731
uses: actions/cache@v4
2832
with:
2933
path: |

0 commit comments

Comments
 (0)