We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0523f63 + 67fead7 commit 7cf0065Copy full SHA for 7cf0065
.github/workflows/automated-tests.yaml
@@ -12,6 +12,10 @@ on:
12
permissions:
13
contents: read
14
15
+concurrency:
16
+ group: ${{ github.workflow }}-${{ github.ref }}
17
+ cancel-in-progress: true
18
+
19
jobs:
20
code-style-check:
21
runs-on: ubuntu-latest
CHANGELOG.md
@@ -23,6 +23,7 @@ planned for 2026-01-01
23
- [calendar] test: remove "Recurring event per timezone" test (#3929)
24
- [calendar] chore: remove `requiresVersion: "2.1.0"` (#3932)
25
- [tests] migrate from `jest` to `vitest` (#3940, #3941)
26
+- [ci] Add concurrency to automated tests workflow to cancel outdated runs (#3943)
27
- [tests] replace `node-libgpiod` with `serialport` in electron-rebuild workflow (#3945)
28
29
### Fixed
0 commit comments