Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "ZUnit (Zsh matrix)"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
schedule:
- cron: "0 3 * * 3"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-native.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "ZUnit (native)"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read

Expand Down
2 changes: 2 additions & 0 deletions docker/utils.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env zsh
# -*- mode: zsh; sh-indentation: 2; indent-tabs-mode: nil; sh-basic-offset: 2; -*-
# vim: ft=zsh sw=2 ts=2 et

# Functions to wrap container setup and initialization.

Expand Down
Loading