Skip to content

Commit

Permalink
[skip ci][ci] Test 6-28-00 patches nightly with the new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Mar 3, 2024
1 parent ce7d2a1 commit d2a540d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/root-628.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

name: 'ROOT 6.28'

on:
schedule:
- cron: '20 17 * * *'

workflow_dispatch:
inputs:
incremental:
description: 'Do incremental build'
type: boolean
required: true
default: true
binaries:
description: Create binary packages and upload them as artifacts
type: boolean
required: true
default: false
buildtype:
description: The CMAKE_BUILD_TYPE to use for non-Windows.
type: choice
options:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel
default: Debug
required: true

jobs:
run_nightlies:
uses: root-project/root/.github/workflows/root-ci.yml@master
with:
base_ref: 'v6-28-00-patches'
head_ref: 'v6-28-00-patches'
ref_name: 'v6-28-00-patches'
secrets: inherit

0 comments on commit d2a540d

Please sign in to comment.