Skip to content

Commit

Permalink
ci jobs labeling 2
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 5, 2024
1 parent 45147ac commit 2ea3fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea3fc3

Please sign in to comment.