build: renames "nightly" pace from "often" to "edge"

This commit is contained in:
Joe Bryan 2022-11-11 11:47:07 -05:00
parent 57bf5dc21b
commit fae2cbe02b
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
call-vere:
uses: ./.github/workflows/vere.yml
with:
pace: 'often'
pace: 'edge' # XX s/b once?
upload: >-
${{
(github.ref_name == 'next/vere' && github.ref_type == 'branch')

View File

@ -12,7 +12,7 @@ on:
pace:
description: 'release pace'
type: string
default: 'often'
default: 'edge'
required: false
secrets:
CACHIX_AUTH_TOKEN:
@ -35,7 +35,7 @@ on:
description: 'release pace'
type: choice
options:
- often
- edge
- soon
- live