From 2ea3fc33703ce713af8ab8fe7f9bc69cd87bf126 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Sat, 5 Oct 2024 14:27:48 +0300 Subject: [PATCH] ci jobs labeling 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab07f38..fafce67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - {os: debian, codename: bookworm, image_owner: , package_type: deb, labels: [arm64,docker]} runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }} container: ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }} - name: sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }} | | ${{ matrix.labels[0] }} + name: sanitizer - ${{ matrix.image_owner }}${{ matrix.os }}:${{ matrix.codename }} | ${{ matrix.labels[0] }} steps: - name: add cppfw deb repo uses: myci-actions/add-deb-repo@master