Skip to content

Commit 563532e

Browse files
authored
Update ci.yml
1 parent b23acc4 commit 563532e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
echo "Regression tests are not supported on the CI for macOS yet (TODO)"
153153
fi
154154
155-
- name: notify dashboard
156-
if: always()
155+
- name: Notify dashboard
156+
if: always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master
157157
env:
158158
DASH_AUTH: ${{ secrets.PLUGIN_DASH }}
159159
shell: bash

0 commit comments

Comments
 (0)