Commit dd181e91 authored by XhmikosR's avatar XhmikosR
Browse files

Actions CI tweaks (#29276)

* Allow bundlesize to run for forks too.
* Add name for clone step.
* Add` fail-fast: false`
8 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md,!30331Removed 'shrink-to-fit' from `viewport` meta,!29732V4 dev
Showing with 4 additions and 2 deletions
+4 -2
......@@ -7,11 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [6, 8, 12]
steps:
- uses: actions/checkout@master
- name: Clone repository
uses: actions/checkout@master
with:
fetch-depth: 3
......@@ -46,7 +48,7 @@ jobs:
- name: Run bundlesize
run: npm run bundlesize
if: matrix.node == 8 && github.repository == 'twbs/bootstrap'
if: matrix.node == 8
env:
BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_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