mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Disable nightly builds for now
This commit is contained in:
parent
a635a51e8c
commit
e483abcbc0
@ -22,19 +22,23 @@ workflows:
|
||||
<<: *defaults
|
||||
name: "ghc-8.6.3 / lts-13.2"
|
||||
stack-yaml: stack-lts-13.2.yaml
|
||||
- stack-build/build-test-nightly:
|
||||
name: "nightly"
|
||||
stack-yaml: stack-nightly.yaml
|
||||
|
||||
nightly:
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
jobs:
|
||||
- stack-build/build-test-nightly:
|
||||
name: "nightly"
|
||||
stack-yaml: stack-nightly.yaml
|
||||
# nightly is broken due to persistent/persistent-template situation
|
||||
# https://app.circleci.com/pipelines/github/thoughtbot/yesod-auth-oauth2/172/workflows/1b5d2999-369d-411b-837d-9ccae4f4cede/jobs/1273
|
||||
|
||||
# - stack-build/build-test-nightly:
|
||||
# name: "nightly"
|
||||
# stack-yaml: stack-nightly.yaml
|
||||
|
||||
# nightly:
|
||||
# triggers:
|
||||
# - schedule:
|
||||
# cron: "0 0 * * *"
|
||||
# filters:
|
||||
# branches:
|
||||
# only:
|
||||
# - master
|
||||
# jobs:
|
||||
# - stack-build/build-test-nightly:
|
||||
# name: "nightly"
|
||||
# stack-yaml: stack-nightly.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user