Skip to content

Commit 85a76e6

Browse files
committed
wip
1 parent ae915f9 commit 85a76e6

File tree

8 files changed

+8
-27
lines changed

8 files changed

+8
-27
lines changed

.github/workflows/build-esp.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-esp:

.github/workflows/build-nuttx.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-nuttx:

.github/workflows/build-pico-sdk.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-pico-sdk:

.github/workflows/build-rpi-baremetal.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-rpi-baremetal:

.github/workflows/build-stm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-stm32:

.github/workflows/build-zephyr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
8-
schedule:
9-
# Build on Mondays at 9am PST every week
10-
- cron: '0 17 * * 1'
7+
types: [opened, reopened, synchronize]
118

129
jobs:
1310
build-zephyr:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
7+
types: [opened, reopened, synchronize]
88

99
jobs:
1010
validate_format_config:

.github/workflows/update-swift-version.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
branches: ["main"]
66
pull_request:
7-
branches: ["main"]
7+
types: [opened, reopened, synchronize]
88
schedule:
99
- cron: '0 0 */14 * *' # Every 14 days at midnight UTC
10-
workflow_dispatch:
1110

1211
jobs:
1312
update-swift-version:

0 commit comments

Comments
 (0)