Skip to content

BIL-6: e

BIL-6: e #3

Workflow file for this run

name: Deploy

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: backend_oci_container
on:
workflow_dispatch:
workflow_run:
workflows: ["Build"]
types: [completed]
jobs:
init:
runs-on: ubuntu-24.04
steps:
- name: Set Target
uses: ./.github/actions/set-target
backend_oci_container:
runs-on: ubuntu-24.04
needs:
- init
defaults:
run:
working-directory: ./backend
environment: ${{ env.TARGET }}