Skip to content

Commit 9bf13bd

Browse files
5ZYSZ3Kjsamr
authored andcommitted
fix: stop CI failing on codevoc error
1 parent 953483c commit 9bf13bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- uses: codecov/codecov-action@v1
3333
with:
3434
flags: plugins-core
35-
fail_ci_if_error: true
35+
fail_ci_if_error: false

.github/workflows/heuristic-table.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- uses: codecov/codecov-action@v1
3535
with:
3636
flags: heuristic-table-plugin
37-
fail_ci_if_error: true
37+
fail_ci_if_error: false

.github/workflows/iframe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- uses: codecov/codecov-action@v1
3535
with:
3636
flags: iframe-plugin
37-
fail_ci_if_error: true
37+
fail_ci_if_error: false

.github/workflows/table.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- uses: codecov/codecov-action@v1
3535
with:
3636
flags: table-plugin
37-
fail_ci_if_error: true
37+
fail_ci_if_error: false

0 commit comments

Comments
 (0)