mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 06:08:42 -06:00
Disable workflow_dispatch fail_fast input
This commit is contained in:
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user