Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and fao89 committed May 9, 2022
1 parent d0add78 commit a5f8a34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
@@ -1 +1 @@
2021.08.26-125-g1923e98
2021.08.26-127-gfedbecb
7 changes: 6 additions & 1 deletion .github/workflows/update_ci.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a5f8a34

Please sign in to comment.