Skip to content

Commit 953dbc1

Browse files
Remove boilerplate and outdated comments
1 parent 26ae068 commit 953dbc1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: pull-request-checks
42
on:
53
pull_request:
64
branches: [ develop ]
75

8-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
96
jobs:
107
check-macos-10_15-cmake-clang:
118
runs-on: macos-10.15
@@ -16,7 +13,6 @@ jobs:
1613
# we'll keep 5 times that around per OS
1714
# to account for different versions/different
1815
# flags
19-
# Bump so CI runs again 2
2016
CCACHE_MAXSIZE: 500Mi
2117
steps:
2218
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)