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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
|
||||||
fail_fast:
|
|
||||||
description: 'Fail fast strategy'
|
|
||||||
required: false
|
|
||||||
default: 'true'
|
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- README.md
|
||||||
@@ -26,7 +21,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: ${{ github.event.inputs.fail_fast || 'true' }}
|
fail-fast: true
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# spotify-quickauth
|
# 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)
|
[](https://crates.io/crates/spotify-quickauth)
|
||||||

|

|
||||||

|

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