Skip to content

Commit 8c5f347

Browse files
committed
CI: adjust workflow name
1 parent a2b5f8b commit 8c5f347

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Libobjc2 Weekly CI
22

33
on:
4-
# Test
5-
pull_request:
6-
branches: [ master ]
74
# Automatically run the workflow once a week
85
schedule:
96
- cron: '20 4 * * 1'
@@ -20,7 +17,7 @@ jobs:
2017
cxxlib: [ "libc++", "libstdc++" ]
2118
fail-fast: false
2219
runs-on: ubuntu-latest
23-
name: ${{ matrix.os }} ${{ matrix.build-type }} LLVM-${{ matrix.llvm-version }} ${{ matrix.cxxlib }} BlocksRuntime-${{ matrix.blocks-runtime }}
20+
name: ${{ matrix.os }} ${{ matrix.build-type }} ${{ matrix.cxxlib }} BlocksRuntime-${{ matrix.blocks-runtime }}
2421
steps:
2522
- name: Install LLVM Snapshot
2623
run: |

0 commit comments

Comments
 (0)