We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3480bab + 7224ea2 commit fbf269eCopy full SHA for fbf269e
.github/workflows/test-go-task.yml
@@ -10,6 +10,7 @@ on:
10
push:
11
paths:
12
- ".github/workflows/test-go-task.ya?ml"
13
+ - "codecov.ya?ml"
14
- "go.mod"
15
- "go.sum"
16
- "Taskfile.ya?ml"
@@ -18,6 +19,7 @@ on:
18
19
pull_request:
20
21
22
23
24
25
@@ -61,4 +63,4 @@ jobs:
61
63
with:
62
64
file: ./coverage_unit.txt
65
flags: unit
- fail_ci_if_error: true
66
+ fail_ci_if_error: ${{ github.repository == 'arduino/arduino-lint' }}
0 commit comments