ci: distinguish the web Pages run name (… Web)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b6e25e17ec
commit
10f10f992f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pages.yml
vendored
1
.github/workflows/pages.yml
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
# (issue #45). No threads are used on wasm (rayon runs sequentially), so the
|
# (issue #45). No threads are used on wasm (rayon runs sequentially), so the
|
||||||
# COOP/COEP headers GitHub Pages can't set are not needed.
|
# COOP/COEP headers GitHub Pages can't set are not needed.
|
||||||
name: Deploy web (GitHub Pages)
|
name: Deploy web (GitHub Pages)
|
||||||
|
run-name: ${{ github.event.release.tag_name || github.ref_name }} Web
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue