Geza Lore
c7c778f109
CI: Improve Pages job
...
Code coverage and RTLMeter complete (concluding 'skipped') on branch
pushes where they do no work, and each completion fires the Pages
workflow_run trigger. Rebuilding and redeploying master's pages for
these no-op events is wasteful.
Gate the build job so a workflow_run whose upstream conclusion is
'skipped' does nothing; deploy and notify need build, so they
cascade-skip.
Route such no-op runs to their own throwaway concurrency group. In the
shared 'pages' group they would, as the newest queued run, cancel a
pending real run and then deploy nothing (concurrency keeps only the
in-progress and newest pending run). Real runs keep sharing 'pages' and
serialize as before.
Add retry to deploy step to reduce flakyness due to the Pages back end.
Fix trigger on workflow file changes.
2026-07-05 21:11:45 +01:00
Wilson Snyder
7752625f49
CI: Pin actions to hashes
2026-06-23 21:24:21 -04:00
dependabot[bot]
bf50baefee
CI: Bump actions/checkout from 6 to 7 in the everything group ( #7821 )
2026-06-22 12:48:29 -04:00
Geza Lore
0ee5cbf502
CI: replace deprecated app-id with client-id
2026-06-11 16:01:16 +01:00
Geza Lore
e6a070b93b
CI: Turn off bash tracing in pages.yml - missed
2026-06-08 16:47:37 +01:00
Geza Lore
487437f87d
CI: Turn off bash tracing in pages.yml
2026-06-08 16:45:40 +01:00
Geza Lore
067cd6c9c6
CI: Show summary tables in 'pr: rtlmeter' results
2026-06-06 19:10:27 +01:00
dependabot[bot]
2ebb99aaa2
CI: Bump actions/create-github-app-token in the everything group ( #7611 )
2026-05-18 20:48:53 -04:00
dependabot[bot]
81f6cdc32c
CI: Bump actions/upload-pages-artifact from 4 to 5 in the everything group ( #7453 )
2026-04-20 19:16:37 +02:00
dependabot[bot]
369a315c27
CI: Bump actions/create-github-app-token in the everything group ( #7419 )
2026-04-13 13:00:35 -04:00
dependabot[bot]
ff37860e0c
CI: Bump the everything group with 2 updates ( #7347 )
2026-03-30 14:06:41 -04:00
dependabot[bot]
e5d0b89bfc
CI: Bump actions/create-github-app-token ( #7260 )
2026-03-16 12:43:15 -04:00
dependabot[bot]
d467fda7c6
Bump actions/create-github-app-token from 2.2.0 to 2.2.1 ( #6778 )
2025-12-09 19:17:54 -05:00
dependabot[bot]
9e37a09765
Bump actions/create-github-app-token from 2.1.4 to 2.2.0 ( #6729 )
2025-11-24 10:10:39 -05:00
dependabot[bot]
a3f388dd14
Bump actions/checkout from 5 to 6 ( #6728 )
2025-11-24 10:09:59 -05:00
Wilson Snyder
0e8ec49cf6
Internals: format-yaml
2025-11-21 20:21:13 -05:00
Wilson Snyder
330b2589ed
Internals: Run format-yaml
2025-11-01 14:11:47 -04:00
Geza Lore
d7fbea62f9
CI: Notify PRs when coverage report is available
2025-10-07 12:58:21 +01:00
dependabot[bot]
728f56e581
Bump actions/checkout from 4 to 5 ( #6533 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 09:12:28 +01:00
dependabot[bot]
1268a28e7b
Bump actions/upload-pages-artifact from 3 to 4 ( #6532 )
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 09:12:03 +01:00
Geza Lore
b4d064d166
CI: Deploy coverage reports to GitHub pages
2025-10-05 07:47:59 +01:00