We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b5f8b commit 8c5f347Copy full SHA for 8c5f347
.github/workflows/weekly.yml
@@ -1,9 +1,6 @@
1
name: Libobjc2 Weekly CI
2
3
on:
4
- # Test
5
- pull_request:
6
- branches: [ master ]
7
# Automatically run the workflow once a week
8
schedule:
9
- cron: '20 4 * * 1'
@@ -20,7 +17,7 @@ jobs:
20
17
cxxlib: [ "libc++", "libstdc++" ]
21
18
fail-fast: false
22
19
runs-on: ubuntu-latest
23
- name: ${{ matrix.os }} ${{ matrix.build-type }} LLVM-${{ matrix.llvm-version }} ${{ matrix.cxxlib }} BlocksRuntime-${{ matrix.blocks-runtime }}
+ name: ${{ matrix.os }} ${{ matrix.build-type }} ${{ matrix.cxxlib }} BlocksRuntime-${{ matrix.blocks-runtime }}
24
steps:
25
- name: Install LLVM Snapshot
26
run: |
0 commit comments