Disable workflow_dispatch fail_fast input

This commit is contained in:
2024-10-07 14:27:51 -05:00
parent 0cc92b8978
commit c3e15fd9a5
2 changed files with 3 additions and 7 deletions

View File

@@ -2,11 +2,6 @@ name: test
on:
workflow_dispatch:
inputs:
fail_fast:
description: 'Fail fast strategy'
required: false
default: 'true'
push:
paths-ignore:
- README.md
@@ -26,7 +21,7 @@ env:
jobs:
build:
strategy:
fail-fast: ${{ github.event.inputs.fail_fast || 'true' }}
fail-fast: true
matrix:
include: