Skip to content

Commit 6cfdd1d

Browse files
committed
No need to run pre-merge on all the OS
1 parent 3ceebc5 commit 6cfdd1d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ on:
1010

1111
jobs:
1212
gradle:
13-
strategy:
14-
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
16-
runs-on: ${{ matrix.os }}
13+
runs-on: ubuntu-latest
1714
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
1815
steps:
1916
- name: Checkout Repo

0 commit comments

Comments
 (0)