Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Nov 17, 2023
1 parent fcfef6c commit 3d574ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
commit: ["llvmorg-11.1.0", "llvmorg-12.0.1", "llvmorg-13.0.1", "llvmorg-14.0.6", "llvmorg-15.0.7", "llvmorg-16.0.6", "llvmorg-17.0.5"]
build: ["Debug", "Release"]
projects: ["clang;lld"]
targets: ["X86"]
targets: ["Host"]
include:
- projects: "clang;lld;mlir"
commit: "llvmorg-16.0.6"
Expand All @@ -28,7 +28,7 @@ jobs:
contents: read
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}/ubuntu-${{ matrix.ubuntu }}-${{ matrix.commit }}-${{ matrix.build }}-${{ join(matrix.project, '-') }}-${{ join(matrix.targets, '-') }}
IMAGE_NAME: ${{ github.repository }}/ubuntu-${{ matrix.ubuntu }}-${{ matrix.commit }}-${{ matrix.build }}-${{ contains(matrix.projects, 'clang') }}-${{ contains(matrix.projects, 'lld') }}-${{ contains(matrix.projects, 'mlir') }}
steps:
- uses: AutoModality/action-clean@v1
- name: Check out the repo
Expand Down

0 comments on commit 3d574ed

Please sign in to comment.