Skip to content

Format Single Pkg Workflow #15

Format Single Pkg Workflow

Format Single Pkg Workflow #15

name: Format Single Pkg Workflow
permissions:
contents: read
on:
push:
branches:
- artdaq/Spack0.28
- artdaq/Spack1.1
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ artdaq/Spack0.28, artdaq/Spack1.1 ]
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
jobs:
build_single_pkg:
name: format single pkg
uses: art-daq/.github/.github/workflows/artdaq-format-single-pkg.yml@stable
with:
against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}