Skip to content

Commit e13aa78

Browse files
committed
Test extract and lint secret changes
1 parent b3f761a commit e13aa78

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/custom-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Custom lint
22
on:
33
push:
4-
branches:
5-
- main
64
pull_request:
75
jobs:
86
run-lint:

.github/workflows/report-coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Coverage report
22

33
on:
4+
push:
45
workflow_call:
56

67
defaults:
@@ -91,7 +92,9 @@ jobs:
9192
submodules: recursive
9293

9394
- name: Extract custom coverage
94-
run: _secret_extract_custom_coverage
95+
run: _secret_custom_report_mapfile_tmp
96+
env:
97+
SECRET_NAME: _secret_extract_custom_coverage
9598

9699
- name: Setup info-process
97100
run: .github/scripts/info_process_setup.sh

0 commit comments

Comments
 (0)