Skip to content

Commit

Permalink
removed run after merge for CI. Enabled Fail fast (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus authored Mar 19, 2024
1 parent 285a241 commit 34b28bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -15,7 +12,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
fail-fast: false
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 34b28bb

Please sign in to comment.