@@ -15,6 +15,10 @@ on:
types: [opened, synchronize, reopened]
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m']
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GGML_NLOOP: 3
@@ -5,6 +5,10 @@ env:
GGML_N_THREADS: 1
jobs:
run:
runs-on: ubuntu-20.04
branches:
- master
push_to_registry:
name: Push Docker image to Docker Hub
@@ -14,6 +14,10 @@ on:
editorconfig:
runs-on: ubuntu-latest
@@ -17,6 +17,10 @@ on:
paths: ['**/*.nix', 'flake.lock']
nix-build-aarch64:
@@ -8,6 +8,10 @@ on:
pull_request:
nix-eval:
strategy:
@@ -16,6 +16,10 @@ on:
- 'requirements.txt'
- 'requirements/*.txt'
python-check-requirements:
@@ -2,6 +2,10 @@ name: flake8 Lint
on: [push, pull_request]
flake8-lint:
@@ -18,6 +18,10 @@ on:
schedule:
- cron: '0 0 * * *'
server:
@@ -6,6 +6,10 @@ on:
build: