Skip to content

[CN-3075] Modifying workflows to use relative paths #2

[CN-3075] Modifying workflows to use relative paths

[CN-3075] Modifying workflows to use relative paths #2

Workflow file for this run

name: Release
on:
pull_request:
branches:
- 'master'
jobs:
build:
uses: ./build.yml

Check failure on line 10 in .github/workflows/pr-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-build.yml

Invalid workflow file

invalid value workflow reference: no version specified
docker:
needs: build
uses: ./docker-push.yml