Commit e0b5b832 authored by XhmikosR's avatar XhmikosR Committed by Mark Otto
Browse files

Limit coveralls to our repo.

parent fda35d14
2 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test
Showing with 1 addition and 1 deletion
+1 -1
...@@ -45,6 +45,6 @@ jobs: ...@@ -45,6 +45,6 @@ jobs:
- name: Run Coveralls - name: Run Coveralls
run: npm run coveralls run: npm run coveralls
if: matrix.node == 10 if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
env: env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment