We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23acc4 commit 563532eCopy full SHA for 563532e
1 file changed
.github/workflows/ci.yml
@@ -152,8 +152,8 @@ jobs:
152
echo "Regression tests are not supported on the CI for macOS yet (TODO)"
153
fi
154
155
- - name: notify dashboard
156
- if: always()
+ - name: Notify dashboard
+ if: always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master
157
env:
158
DASH_AUTH: ${{ secrets.PLUGIN_DASH }}
159
shell: bash
0 commit comments