Commit graph

28 commits

Author SHA1 Message Date
dependabot[bot]
6b6e25cdd0
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-07 21:01:03 +00:00
e7d9f5caf6
ci: Re-add build jobs for packages and workstations 2026-03-07 20:16:09 +01:00
8f2e628449
ci: Improve notification wording 2026-03-06 23:27:39 +01:00
00e37eb467
ci: Include commit message in success/failure notification 2026-03-06 21:02:40 +01:00
c59058920d
ci: Remove automatic rollbacks
Comin refuses commits that are behind the last deployed main commit
2026-03-06 20:30:06 +01:00
acc32c0343
ci: Actually fix rollbacks 2026-03-06 19:32:10 +01:00
3d1e0bb6ac
ci: Fix rollbacks 2026-03-06 19:27:00 +01:00
bb91a08de1
ci: Actually run rollback when deployment fails 2026-03-06 19:12:39 +01:00
09e9cd5811
comin, ci: Add confirmation and rollback functionality to deployments 2026-03-06 18:55:05 +01:00
d0c8b770ac
ci: Don't notify on cancel 2026-03-05 21:27:45 +01:00
13d5b9c3f6
ci: Cancel in progress workflows when pushing new commits 2026-03-05 21:23:16 +01:00
6dd53d17f1
Revert "workflows/ci: Only build hosts if the derivation differs from previous run"
This reverts commit 3206c83d4b.

The derivation also differs when any part of the flake changes
2026-03-04 01:12:08 +01:00
3206c83d4b
workflows/ci: Only build hosts if the derivation differs from previous run 2026-03-04 00:05:33 +01:00
ab59f54471
workflows/ci: Don't build packages and workstations 2026-03-03 20:44:05 +01:00
2cd07d8581
workflows/ci: Combine the two notify jobs into one 2026-03-03 17:09:11 +01:00
5ff1cb2851
workflows/ci: Notify directly after the deploy job 2026-03-03 17:02:42 +01:00
c910f76c02
workflows/ci: Use markdown for notification body 2026-03-03 16:56:22 +01:00
7607620fbb
workflows/ci: Add success/failure ntfy notifications 2026-03-03 16:49:28 +01:00
0da43226ed
workflows/ci: Also build packages 2026-02-27 20:00:30 +01:00
116ac08ad8
workflows/ci: Also build workstations but don't wait for them for deploying 2026-02-27 19:47:16 +01:00
9d46cb54df
workflows/ci: Remove job flake-check as checks already get built manually 2026-02-27 19:31:01 +01:00
3be317bbb5
workflows: Add names to run steps 2026-02-27 19:14:12 +01:00
a828980065
workflows/ci: Only build hosts that will be auto deployed 2026-02-27 19:04:46 +01:00
06b545f00b
workflows: Rename Check & Deploy to CI 2026-02-21 01:14:50 +01:00
a1a462fc8c
workflows: Rename CI to Check & Deploy 2026-02-17 20:33:57 +01:00
6f78be2e0f
workflows/ci: Fix experimental features
Some checks failed
CI / check (push) Has been cancelled
CI / deploy (push) Has been cancelled
2026-02-16 00:16:35 +01:00
e19c14daaf
workflows/ci: Enable pipes for the whole check job 2026-02-15 23:29:02 +01:00
42ec628b17
workflows: Add deploy stage to CI pipeline 2026-02-15 23:22:35 +01:00
Renamed from .github/workflows/test.yml (Browse further)