Skip to content

rpm: add rockylinux and almalinux #239

rpm: add rockylinux and almalinux

rpm: add rockylinux and almalinux #239

Workflow file for this run

name: build-scan
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
inputs:
pkgs:
description: 'Packages to build (minimal, all or space separated list)'
default: 'minimal'
required: false
type: string
fail-fast:
description: 'Fail fast'
default: true
required: false
type: boolean
push:
branches:
- 'main'
- 'scan/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-scan.yml'
- 'common/**'
- 'pkg/scan/**'
pull_request:
branches:
- 'main'
- 'scan/[0-9]+.[0-9]+'
paths:
- '.github/workflows/.build.yml'
- '.github/workflows/build-scan.yml'
- 'common/**'
- 'pkg/scan/**'
jobs:
run:
uses: ./.github/workflows/.build.yml
with:
name: scan
secrets: inherit