diff --git a/src/Language/Github/Actions/Concurrency.hs b/src/Language/Github/Actions/Concurrency.hs index 073e79d..bdcdd51 100644 --- a/src/Language/Github/Actions/Concurrency.hs +++ b/src/Language/Github/Actions/Concurrency.hs @@ -57,7 +57,7 @@ data Concurrency = Concurrency { -- | Concurrency group identifier group :: Maybe Text, -- | Whether to cancel in-progress runs - cancelInProgress :: Maybe Bool + cancelInProgress :: Maybe Text } deriving stock (Eq, Generic, Ord, Show)