Skip to content

Commit

Permalink
Remove Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 26, 2024
1 parent 98ff14e commit ff3967e
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ jobs:
author_name: Github Actions[bot]
message: Update PolicyEngine Core
Test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
if: |
(github.repository == 'PolicyEngine/policyengine-core')
&& (github.event.head_commit.message == 'Update PolicyEngine Core')
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit ff3967e

Please sign in to comment.