Skip to content

.github/workflows/build-all.yml: add workflow to build all infra pkgs #15

.github/workflows/build-all.yml: add workflow to build all infra pkgs

.github/workflows/build-all.yml: add workflow to build all infra pkgs #15

Workflow file for this run

name: alps Service Container
on:
workflow_dispatch:
pull_request:
branches:
- master
paths:
- services/pkg/alps/**
push:
branches:
- master
paths:
- services/pkg/alps/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
main:
uses: ./.github/workflows/build-pkg.yml
with:
service_name: alps