Skip to content

CKAN 2.10 on Python 3.11 (v2) #14

CKAN 2.10 on Python 3.11 (v2)

CKAN 2.10 on Python 3.11 (v2) #14

Workflow file for this run

name: CKAN 2.10 on Python 3.11 (v2)
on:
push:
workflow_dispatch:
inputs:
branch-name:
description: 'CKAN branch'
required: false
default: 'dev-v2.10'
type: string
schedule:
- cron: '0 0 * * 2,4'
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable_ckan_tests.yml
with:
python-version: "3.11"
ckan-version: ${{ inputs.branch-name || 'dev-v2.10' }}