Skip to content

Commit 1a64be0

Browse files
committed
WIP: github: Run libcxx windows tests on push
1 parent e08d8e3 commit 1a64be0

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'
@@ -237,7 +234,6 @@ jobs:
237234
238235
windows:
239236
runs-on: windows-2022
240-
needs: [ stage2 ]
241237
strategy:
242238
fail-fast: false
243239
matrix:

0 commit comments

Comments
 (0)