Skip to content

Commit

Permalink
ci-tests3
Browse files Browse the repository at this point in the history
  • Loading branch information
filiatra committed Mar 22, 2024
1 parent ead47b9 commit 4378bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo
Expand All @@ -19,9 +22,6 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 4378bb2

Please sign in to comment.