File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ concurrency:
2626jobs :
2727 premerge-checks-linux :
2828 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
2934 if : >-
3035 github.repository_owner == 'llvm' &&
3136 (github.event_name != 'pull_request' || github.event.action != 'closed')
3439 - name : Checkout LLVM
3540 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3641 with :
37- fetch-depth : 2
42+ path : /home/gha/llvm-project
3843 - name : Setup ccache
3944 uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
4045 with :
You can’t perform that action at this time.
0 commit comments