Skip to content

Commit

Permalink
lower number of CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Apr 5, 2024
1 parent 9f2860a commit 1c6e6ba
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: CI
on:
- push
- pull_request
pull_request:
branches:
- master
push:
tags:
- '*'
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 1c6e6ba

Please sign in to comment.