Skip to content

Commit 128c9fa

Browse files
committed
WIP: Run the libcxx windows tests standalone
1 parent 923a5c4 commit 128c9fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515
name: Build and Test libc++
1616
on:
17+
push:
1718
pull_request:
1819
paths:
1920
- 'libcxx/**'
@@ -29,10 +30,6 @@ on:
2930
permissions:
3031
contents: read # Default everything to read-only
3132

32-
concurrency:
33-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
34-
cancel-in-progress: true
35-
3633
jobs:
3734
stage1:
3835
if: github.repository_owner == 'llvm'
@@ -228,7 +225,6 @@ jobs:
228225
229226
windows:
230227
runs-on: windows-2022
231-
needs: [ stage1 ]
232228
strategy:
233229
fail-fast: false
234230
matrix:

0 commit comments

Comments
 (0)