Skip to content

Commit 316b287

Browse files
committed
CI: Add workflow_dispatch to all files
This allows for manual triggering
1 parent ab31964 commit 316b287

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- "gh-readonly-queue/**"
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
name: cortex-m CI
910

@@ -30,5 +31,3 @@ jobs:
3031
toolchain: ${{ matrix.rust }}
3132
- name: Run tests
3233
run: cargo test --all --exclude cortex-m-rt --exclude testsuite --features cortex-m/critical-section-single-core
33-
34-
# FIXME: test on macOS and Windows

.github/workflows/clippy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- "gh-readonly-queue/**"
55
pull_request_target:
66
merge_group:
7+
workflow_dispatch:
78

89
name: Clippy check
910
jobs:

.github/workflows/cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
schedule:
33
# Run every week at 8am UTC Saturday.
44
- cron: '0 8 * * SAT'
5+
workflow_dispatch:
56

67
name: Cron CI
78

.github/workflows/rt-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- "gh-readonly-queue/**"
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
name: cortex-m-rt CI
910

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- "gh-readonly-queue/**"
55
pull_request:
66
merge_group:
7+
workflow_dispatch:
78

89
name: Code formatting check
910

0 commit comments

Comments
 (0)