We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fd9ce commit 7e7cab3Copy full SHA for 7e7cab3
.github/workflows/codacy-variation-fallback.yml
@@ -1,4 +1,4 @@
1
-name: Codacy Variation Fallback
+name: Bypass Codacy Coverage Variation
2
3
# This workflow injects a success check on 'Codacy Coverage Variation' when the check is not reported by Codacy,
4
# so it can avoid bloking auto-merging on Pull Requests that has a check success requirement on it.
@@ -19,7 +19,7 @@ permissions:
19
contents: read
20
21
jobs:
22
- bypass_codacy_variation:
+ bypass_check:
23
runs-on: ubuntu-latest
24
steps:
25
0 commit comments