We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd607c commit d6f9ae3Copy full SHA for d6f9ae3
1 file changed
.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
206
./bin/Bindings.Modules.Tests${{ steps.sofa.outputs.exe }}
207
208
- name: notify dashboard
209
- if: always() && startsWith(github.repository, 'sofa-framework') && startsWith(github.ref, 'refs/heads/master') # we are not on a fork and on master
+ if: always()
210
env:
211
DASH_AUTH: ${{ secrets.PLUGIN_DASH }}
212
shell: bash
0 commit comments