Checklists in the body, colour from tags, and commit-derived CalVer #4
@@ -27,6 +27,9 @@ on:
|
|||||||
- "core/**"
|
- "core/**"
|
||||||
- "Cargo.toml"
|
- "Cargo.toml"
|
||||||
- "Cargo.lock"
|
- "Cargo.lock"
|
||||||
|
# The version deriver — see the note in desktop.yml. This lane did not run on
|
||||||
|
# 85ead4d, which changed it.
|
||||||
|
- "packaging/**"
|
||||||
- ".forgejo/workflows/android.yml"
|
- ".forgejo/workflows/android.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ on:
|
|||||||
- "alembic/**"
|
- "alembic/**"
|
||||||
- "alembic.ini"
|
- "alembic.ini"
|
||||||
- "Dockerfile"
|
- "Dockerfile"
|
||||||
|
# The version deriver — see the note in desktop.yml.
|
||||||
|
- "packaging/**"
|
||||||
- ".forgejo/workflows/ci.yml"
|
- ".forgejo/workflows/ci.yml"
|
||||||
# Dispatched by the Android lane once it has published a client, so the image
|
# Dispatched by the Android lane once it has published a client, so the image
|
||||||
# that bakes it in is built AFTER the APK exists rather than racing it. See the
|
# that bakes it in is built AFTER the APK exists rather than racing it. See the
|
||||||
|
|||||||
@@ -37,6 +37,13 @@ on:
|
|||||||
# of date. Config and lockfile included — a dependency bump changes the bundle
|
# of date. Config and lockfile included — a dependency bump changes the bundle
|
||||||
# as surely as a component does.
|
# as surely as a component does.
|
||||||
- "frontend/**"
|
- "frontend/**"
|
||||||
|
# The version deriver. It decides what this artifact CLAIMS to be, so a change
|
||||||
|
# to it is a change to the artifact — and `packaging/version.sh` lists this
|
||||||
|
# same set from the other side. Two places holding one decision, which is why
|
||||||
|
# step 6 replaces these filters with skip-if-exists. Until then: edit one, edit
|
||||||
|
# the other. Learned the direct way — 85ead4d changed the deriver and this lane
|
||||||
|
# did not run at all.
|
||||||
|
- "packaging/**"
|
||||||
- ".forgejo/workflows/desktop.yml"
|
- ".forgejo/workflows/desktop.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user