We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f761a commit e13aa78Copy full SHA for e13aa78
.github/workflows/custom-lint.yml
@@ -1,8 +1,6 @@
1
name: Custom lint
2
on:
3
push:
4
- branches:
5
- - main
6
pull_request:
7
jobs:
8
run-lint:
.github/workflows/report-coverage.yml
@@ -1,6 +1,7 @@
name: Coverage report
+ push:
workflow_call:
defaults:
@@ -91,7 +92,9 @@ jobs:
91
92
submodules: recursive
93
94
- name: Extract custom coverage
- run: _secret_extract_custom_coverage
95
+ run: _secret_custom_report_mapfile_tmp
96
+ env:
97
+ SECRET_NAME: _secret_extract_custom_coverage
98
99
- name: Setup info-process
100
run: .github/scripts/info_process_setup.sh
0 commit comments