Check-in [8e37b3f028]
Logged in as anonymous
Overview
Comment:disable double github action
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8e37b3f0284b7a8b66ba893960a8b4f2543259528b3cd8b6899d74ef4f8c82a9
User & Date: arcade on 2026-01-18 09:17:22.107
Other Links: manifest | tags
Context
2026-01-18
09:23
change how text size is calculated - calculate after replacements check-in: db04f7359b user: arcade tags: trunk
09:17
disable double github action check-in: 8e37b3f028 user: arcade tags: trunk
09:13
add html escaping check-in: 85fa6bddaa user: arcade tags: trunk
Changes
1
2

3
4
5
6
7
8
9
10
11
12
13
14
1

2





3
4
5
6
7
8
9

-
+
-
-
-
-
-







name: rust-ci
on: [ push, pull_request]
on: [ pull_request ]

# only run one job per commit
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

# sccache enable for rust/C builds
env:
  SCCACHE_GHA_ENABLED: "true"
  RUSTC_WRAPPER: "sccache"

jobs: