Skip to content

Commit

Permalink
imporve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Dec 18, 2023
1 parent dd35b68 commit c91cff2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@ name: CI

on:
workflow_dispatch:
inputs:
ref-template:
description: 'Branch or tag ref to check out for template'
type: string
required: false
ref-zenml:
description: 'Branch or tag ref to check out for ZenML'
type: string
required: false
workflow_call:
inputs:
ref-template:
description: 'Branch or tag ref to check out for template'
type: string
required: false
ref-zenml:
description: 'Branch or tag ref to check out for ZenML'
type: string
required: false
push:
branches: ["main", "develop"]
paths-ignore: ["README.md"]
Expand Down Expand Up @@ -36,3 +54,5 @@ jobs:
with:
stack-name: ${{ matrix.stack-name }}
python-version: ${{ matrix.python-version }}
ref-zenml: ${{ inputs.ref-zenml || 'feature/update-quickstart-from-template' }}
ref-template: ${{ inputs.ref-template || github.ref }}

0 comments on commit c91cff2

Please sign in to comment.