Skip to content

Merge pull request #194 from art-daq/rrivera/commentFormatForDoxygen2 #34

Merge pull request #194 from art-daq/rrivera/commentFormatForDoxygen2

Merge pull request #194 from art-daq/rrivera/commentFormatForDoxygen2 #34

name: Format Single Pkg Workflow
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ develop ]
schedule:
- cron: "0 7 * * *"
workflow_dispatch:
jobs:
build_single_pkg:
name: format single pkg
uses: art-daq/.github/.github/workflows/otsdaq-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 }}