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 c060f75 commit b1c70e8Copy full SHA for b1c70e8
.github/workflows/flow-pull-request-checks.yaml
@@ -69,7 +69,7 @@ jobs:
69
needs:
70
- unit-tests
71
- e2e-tests
72
- if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]' }}
+ if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
73
with:
74
custom-job-label: Standard
75
enable-codecov-analysis: true
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
custom-job-label: Coverage
89
enable-codacy-coverage: true
0 commit comments