Skip to content

specify target ref (#275) #19

specify target ref (#275)

specify target ref (#275) #19

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
integrations:
needs: builds
uses: ./.github/workflows/_integration-tests.yaml
with:
directory-version: prod
image-version: ${{ github.sha }}
upgrades:
needs: builds
uses: ./.github/workflows/_upgrade-tests.yaml

Check failure on line 20 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yaml" -> "./.github/workflows/_upgrade-tests.yaml" : failed to fetch workflow: workflow was not found.