We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea3491 commit 190ba8eCopy full SHA for 190ba8e
2 files changed
.github/workflows/ci.yml
@@ -54,5 +54,5 @@ jobs:
54
uses: re-actors/alls-green@release/v1
55
with:
56
allowed-failures: ""
57
- allowed-skips: "misc_0 / public-symbols-check"
+ allowed-skips: ""
58
jobs: ${{ toJSON(needs) }}
.github/workflows/templates/ci.yml.j2
@@ -62,5 +62,5 @@ jobs:
62
63
64
65
66
jobs: ${% raw %}{{ toJSON(needs) }}{% endraw %}
0 commit comments