Skip to content

Test that dependencies only get re-used if they are identical #2

Test that dependencies only get re-used if they are identical

Test that dependencies only get re-used if they are identical #2

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
test:
uses: ./github/workflows/test.yml

Check failure on line 9 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

invalid value workflow reference: no version specified
publish:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1