Skip to content

Commit

Permalink
[skip ci][ci] Update 628 nightly trigger to the new structure
Browse files Browse the repository at this point in the history
of workflows.
  • Loading branch information
dpiparo committed Mar 5, 2024
1 parent 30a4fd7 commit 695a338
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/root-628.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'ROOT 6.28'

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

workflow_dispatch:
inputs:
Expand All @@ -30,9 +30,5 @@ on:

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'
uses: root-project/root/.github/workflows/root-ci.yml@v6-28-00-patches
secrets: inherit

0 comments on commit 695a338

Please sign in to comment.