File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 33
44name : container cleanup
55on :
6- workflow_dispatch :
6+ workflow_dispatch : {}
77 # schedule:
88 # - cron: '0 0 * * 0'
99 # # run weekly
Original file line number Diff line number Diff line change 2424 - ' tests/edk2-patches/**'
2525 - ' tests/linux_*/**'
2626 - ' tests/uboot_*/**'
27- release :
27+ release : {}
2828 workflow_dispatch :
2929 inputs :
3030 skip_rerun :
Original file line number Diff line number Diff line change 1414 tags : ['v*']
1515
1616 # Allows you to run this workflow manually from the Actions tab
17- workflow_dispatch :
17+ workflow_dispatch : {}
1818
1919# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020permissions :
Original file line number Diff line number Diff line change 33
44name : example
55on :
6- pull_request :
6+ pull_request : {}
77 pull_request_review :
88 types : ['submitted']
9- merge_group :
9+ merge_group : {}
1010 push :
1111 branches : ['main']
1212 tags : ['v*']
Original file line number Diff line number Diff line change 33
44name : go-test
55on :
6- pull_request :
6+ pull_request : {}
77 pull_request_review :
88 types : ['submitted']
9- merge_group :
9+ merge_group : {}
1010 push :
1111 branches : ['main']
1212 tags : ['v*']
Original file line number Diff line number Diff line change 33
44name : lint
55on :
6- pull_request :
6+ pull_request : {}
77 pull_request_review :
88 types : ['submitted']
9- merge_group :
9+ merge_group : {}
1010 push :
1111 branches : ['main']
1212 tags : ['v*']
Original file line number Diff line number Diff line change 33
44name : pytest
55on :
6- pull_request :
6+ pull_request : {}
77 pull_request_review :
88 types : ['submitted']
9- merge_group :
9+ merge_group : {}
1010 push :
1111 branches : ['main']
1212 tags : ['v*']
You can’t perform that action at this time.
0 commit comments