mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-10 10:08:49 -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:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# spotify-quickauth
|
||||
|
||||
[](https://github.com/Xevion/spotify-quickauth/actions)
|
||||
[](https://github.com/Xevion/spotify-quickauth/actions)
|
||||
[](https://github.com/Xevion/spotify-quickauth/actions)
|
||||
[](https://crates.io/crates/spotify-quickauth)
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user