Skip to content

Commit

Permalink
Merge branch 'key4hep:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudali2 authored Jul 9, 2024
2 parents 6028615 + 3971a24 commit 783a359
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/downstream-build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Do not edit this file, it will be overwritten!
# The template file can be found in
# https://github.com/key4hep/key4hep-actions/blob/main/workflows/downstream-build.yaml
name: downstream-build

on:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
downstream-build:
runs-on: ubuntu-latest
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/key4hep-build.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Do not edit this file, it will be overwritten!
# The template file can be found in
# https://github.com/key4hep/key4hep-actions/blob/main/workflows/key4hep-build.yaml
name: Key4hep build

on:
Expand All @@ -7,15 +10,18 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '17 5 * * *'
- cron: '16 5 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
matrix:
build_type: ["release", "nightly"]
image: ["alma9", "ubuntu22", "centos7"]
image: ["alma9", "ubuntu22"]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion Tracking/src/GenFitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ StatusCode GenFitter::execute() {
auto output_track = output_tracks->create();
output_track.setChi2(1.);
output_track.setNdf(1);
output_track.setDEdx(1.);
return StatusCode::SUCCESS;
}

Expand Down

0 comments on commit 783a359

Please sign in to comment.