From a5f8a34db3e66e8c5f9008a3dcc4bd79ff754bc6 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Mon, 9 May 2022 15:36:15 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/update_ci.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index bacd2a7d2..12a11f519 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-125-g1923e98 +2021.08.26-127-gfedbecb diff --git a/.github/workflows/update_ci.yml b/.github/workflows/update_ci.yml index 63f522c25..ace6b9884 100644 --- a/.github/workflows/update_ci.yml +++ b/.github/workflows/update_ci.yml @@ -15,6 +15,11 @@ on: - cron: '30 2 * * 0' workflow_dispatch: + inputs: + all_branches: + description: "Run on all branches" + default: 'no' + required: false jobs: update: @@ -50,7 +55,7 @@ jobs: run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/} - name: Dispatching - if: github.event_name == 'schedule' + if: github.event_name == 'schedule' || github.event.inputs.all_branches == 'yes' run: python .ci/scripts/update_ci_branches.py 0.7 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}