We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c7f09 commit a1d4badCopy full SHA for a1d4bad
.github/workflows/compile_bsp_with_drivers.yml
@@ -13,20 +13,7 @@ name: BSP compilation with more drivers
13
# Controls when the action will run. Triggers the workflow on push or pull request
14
# events but only for the master branch
15
on:
16
- push:
17
- branches:
18
- - master
19
- paths-ignore:
20
- - documentation/**
21
- - '**/README.md'
22
- - '**/README_zh.md'
23
- pull_request:
24
25
26
27
28
29
+ workflow_dispatch: #disable
30
31
permissions:
32
contents: read # to fetch code (actions/checkout)
0 commit comments