Skip to content

Commit eab3f04

Browse files
committed
fix typo
1 parent a03e548 commit eab3f04

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/llvm-project-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
lit-tests:
5959
name: Lit Tests
6060
runs-on: ${{ matrix.os }}
61+
image: ${{ (runner.os == 'Linux' && ghcr.io/${{ github.repository_owner }}/ci-ubuntu-22.04:latest ) || null }}
6162
strategy:
6263
fail-fast: false
6364
matrix:

.github/workflows/llvm-project-workflow-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: read
1010

1111
on:
12+
pull_request:
1213
branches:
1314
- 'main'
1415
paths:

0 commit comments

Comments
 (0)