Skip to content

Docker golden solution yml #1

Docker golden solution yml

Docker golden solution yml #1

name: Helix Validation
on:
pull_request:
workflow_dispatch:
jobs:
validate:
if: github.event_name == 'workflow_dispatch' ||
(github.base_ref == github.event.repository.default_branch &&
github.head_ref == 'docker-golden-solution')
uses: handshake-coding/handshake-orchestration/.github/workflows/helix-validation.yml@main

Check failure on line 12 in .github/workflows/helix-validation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/helix-validation.yml

Invalid workflow file

error parsing called workflow ".github/workflows/helix-validation.yml" -> "handshake-coding/handshake-orchestration/.github/workflows/helix-validation.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit