Skip to content

actions: refactor (#78) #1

actions: refactor (#78)

actions: refactor (#78) #1

Workflow file for this run

name: Pull request master
on:
push:
branches:
- master
jobs:
python2_tests:
uses: ./.github/workflows/test-python-2.yml
python3_tests:
uses: ./.github/workflows/test-python-3.yml
bump_version:
needs: [python2_tests, python3_tests]
uses: ./.github/workflows/bump-and-publish.yml

Check failure on line 17 in .github/workflows/push-master.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-master.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push-master.yml" -> "./.github/workflows/bump-and-publish.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit