Skip to content

Commit c199a84

Browse files
TEMPORARY action yaml for local repo
1 parent 2c76684 commit c199a84

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
#
1515
name: Build and Test libc++
1616
on:
17-
pull_request:
17+
push:
1818
paths:
1919
- 'libcxx/**'
2020
- 'libcxxabi/**'
2121
- 'libunwind/**'
2222
- 'runtimes/**'
2323
- 'cmake/**'
2424
- '.github/workflows/libcxx-build-and-test.yaml'
25-
schedule:
26-
# Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27-
- cron: '0 8 * * *'
25+
# schedule:
26+
# # Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27+
# - cron: '0 8 * * *'
2828

2929
permissions:
3030
contents: read # Default everything to read-only
@@ -35,16 +35,16 @@ concurrency:
3535

3636
jobs:
3737
stage1:
38-
if: github.repository_owner == 'llvm'
38+
if: github.repository_owner == 'elsteveogrande'
3939
runs-on: libcxx-self-hosted-linux
4040
container: ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
4141
continue-on-error: false
4242
strategy:
4343
fail-fast: false
4444
matrix:
4545
config: [
46-
'frozen-cxx03-headers',
47-
'generic-cxx03',
46+
# 'frozen-cxx03-headers',
47+
# 'generic-cxx03',
4848
'generic-cxx26',
4949
'generic-modules'
5050
]
@@ -73,7 +73,7 @@ jobs:
7373
**/CMakeOutput.log
7474
**/crash_diagnostics/*
7575
stage2:
76-
if: github.repository_owner == 'llvm'
76+
if: github.repository_owner == 'elsteveogrande'
7777
runs-on: libcxx-self-hosted-linux
7878
container: ghcr.io/llvm/libcxx-linux-builder:b6bb9dc5abd7c6452c13a53fa8949cb259db459b
7979
needs: [ stage1 ]
@@ -119,7 +119,7 @@ jobs:
119119
**/CMakeOutput.log
120120
**/crash_diagnostics/*
121121
stage3:
122-
if: github.repository_owner == 'llvm'
122+
if: github.repository_owner == 'elsteveogrande'
123123
needs: [ stage2 ]
124124
continue-on-error: false
125125
strategy:
@@ -238,7 +238,7 @@ jobs:
238238
**/crash_diagnostics/*
239239
240240
windows:
241-
runs-on: windows-2022
241+
runs-on: windows-latest
242242
needs: [ stage2 ]
243243
strategy:
244244
fail-fast: false

0 commit comments

Comments
 (0)