We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47424df commit 03e9744Copy full SHA for 03e9744
.github/workflows/premerge.yaml
@@ -26,6 +26,11 @@ concurrency:
26
jobs:
27
premerge-checks-linux:
28
name: Linux Premerge Checks (Test Only - Please Ignore Results)
29
+ defaults:
30
+ run:
31
+ # The premerge Linux docker instance keeps a pristine clone of LLVM in
32
+ # /home/gha/llvm-project; that should be used as our main workdir.
33
+ working-directory: /home/gha/llvm-project
34
if: >-
35
github.repository_owner == 'llvm' &&
36
(github.event_name != 'pull_request' || github.event.action != 'closed')
@@ -34,7 +39,7 @@ jobs:
39
- name: Checkout LLVM
40
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
with:
37
- fetch-depth: 2
42
+ path: /home/gha/llvm-project
38
43
- name: Setup ccache
44
uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
45
0 commit comments