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 dbb435c commit 617cb6aCopy full SHA for 617cb6a
.github/workflows/pr-compliance-check.yml
@@ -62,7 +62,7 @@ jobs:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
upload-coverage:
64
runs-on: ubuntu-latest
65
- if: github.event.workflow_run.actor.name != 'dependabot[bot]' && github.repository == 'OptimumCode/json-schema-validator' && github.event.workflow_run.conclusion == 'success'
+ if: github.event.workflow_run.actor.name != 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success'
66
steps:
67
- name: 'Checkout Repository'
68
uses: actions/checkout@v4
0 commit comments