Skip to content

extract common pull/push part in verification github actions #5

extract common pull/push part in verification github actions

extract common pull/push part in verification github actions #5

Workflow file for this run

name: Push verify
on:
push:
branches: [ "main", "release-*" ]
jobs:
call-integration-tests:
uses: ./.github/workflows/push-verify/integration-tests.yaml

Check failure on line 9 in .github/workflows/push-verify.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-verify.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
call-upgrade-tests:
uses: ./.github/workflows/push-verify/upgrade-tests.yaml