Skip to content

Commit

Permalink
Merge pull request #148 from VariantSync/fix-CI
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
ibbem authored Sep 26, 2024
2 parents 10a7aa5 + edaae40 commit 1c1d90e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ "main", "develop" ]
pull_request:
branches:
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -50,3 +51,9 @@ jobs:
- name: Publish Javadoc to Github Pages
id: deployment
uses: actions/deploy-pages@v1

# Kill in progress deployments because only the newest version is relevant
# and concurrent deployments cause CI failures.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 1c1d90e

Please sign in to comment.