.github: add manual control on action run

This commit is contained in:
Pierre Kancir 2020-12-15 18:02:54 +01:00 committed by Andrew Tridgell
parent 401e5c2073
commit 8be9b44923
10 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,7 @@
name: test chibios
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test Linux SBC
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test replay
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test copter
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test ap_periph
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test plane
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test rover
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test sub
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test tracker
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change

View File

@ -1,6 +1,6 @@
name: test unit tests
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change