Skip to content

Commit 190ba8e

Browse files
committed
test without allowed skips
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent dea3491 commit 190ba8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
uses: re-actors/alls-green@release/v1
5555
with:
5656
allowed-failures: ""
57-
allowed-skips: "misc_0 / public-symbols-check"
57+
allowed-skips: ""
5858
jobs: ${{ toJSON(needs) }}

.github/workflows/templates/ci.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
uses: re-actors/alls-green@release/v1
6363
with:
6464
allowed-failures: ""
65-
allowed-skips: "misc_0 / public-symbols-check"
65+
allowed-skips: ""
6666
jobs: ${% raw %}{{ toJSON(needs) }}{% endraw %}

0 commit comments

Comments
 (0)