Changed names for new fork

This commit is contained in:
2025-04-25 15:31:24 +01:00
parent 04ca3f5661
commit b6cbd03f9c
53 changed files with 243 additions and 243 deletions

View File

@@ -5,5 +5,5 @@ on:
jobs:
build-n-publish:
uses: tu-graz-library/.github/.github/workflows/pypi-publish.yml@main
uses: Cian-H/.github/.github/workflows/pypi-publish.yml@main
secrets: inherit

View File

@@ -7,14 +7,14 @@ on:
branches: master
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 3 * * 6'
- cron: "0 3 * * 6"
workflow_dispatch:
inputs:
reason:
description: 'Reason'
description: "Reason"
required: false
default: 'Manual trigger'
default: "Manual trigger"
jobs:
tests:
uses: tu-graz-library/.github/.github/workflows/tests.yml@main
uses: Cian-H/.github/.github/workflows/tests.yml@main