Skip to content

Commit

Permalink
Update test_and_codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 authored Jul 19, 2024
1 parent 411e116 commit 8e57f66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches-ignore:
- main
paths-ignore:
- 'docs/**'
pull_request:
branches:
- main
types: [opened, synchornize, closed]
paths-ignore:
- 'docs/**'
workflow_dispatch:
Expand All @@ -19,6 +22,7 @@ concurrency:

jobs:
test:
if: (!(github.event.action == 'closed' && github.event.pull_request.merged != true))
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.julia-arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down

0 comments on commit 8e57f66

Please sign in to comment.