Skip to content

Cleanup version of the xelink support #10

Cleanup version of the xelink support

Cleanup version of the xelink support #10

Workflow file for this run

name: Devel
on:
push:
branches:
- main
permissions:
contents: read
pull-requests: read
security-events: write
jobs:
trivy:
uses: "./.github/workflows/lib-trivy.yaml"
with:
upload-to-github-security-tab: true
validate:
uses: "./.github/workflows/lib-validate.yaml"
build:
needs:
- validate
- trivy
uses: "./.github/workflows/lib-build.yaml"
e2e:
needs:
- build
uses: "./.github/workflows/lib-e2e.yaml"
# devel image push
publish:
needs:
- e2e
- build
uses: "./.github/workflows/lib-publish.yaml"
secrets: inherit