Skip to content

Commit

Permalink
Merge pull request #27 from bilalcaliskan/devel
Browse files Browse the repository at this point in the history
remove windows from github actions
  • Loading branch information
bilalcaliskan committed Nov 27, 2021
2 parents 656894c + e24c485 commit 909df9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: PR
on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
lint:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
- codeql
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- coverage
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 909df9e

Please sign in to comment.