Skip to content

Testing autodeploy

Testing autodeploy #1

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
call-test-workflow:
uses: wvangeit/osparc-meta-parallelrunner/.github/workflows/test.yml@master

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy.yml" -> "wvangeit/osparc-meta-parallelrunner/.github/workflows/test.yml@master" : failed to fetch workflow: workflow was not found.
newversion:
name: make new version
runs-on: ubuntu-latest
needs:
call-test-workflow
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
# - name: Install dependencies
# run: python -m pip install --upgrade pip setuptools build
- name: Make new version
run:
make version-path