Skip to content

actions: refactor actions (#91) #1

actions: refactor actions (#91)

actions: refactor actions (#91) #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.yml

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

View workflow run for this annotation

GitHub Actions / Pull request master

Invalid workflow file

The workflow is not valid. In .github/workflows/push-master.yml (Line: 17, Col: 11): Error from called workflow inspirehep/inspire-utils/.github/workflows/bump.yml@fff10f5e35a3e9369d574f5b52ba158c589bed09 (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
publish_package:
needs: bump_version
uses: ./.github/workflows/build-and-publish.yml