Skip to content

Use PROJECT_NAME and PROJECT_VERSION to get latest project() call, in… #29

Use PROJECT_NAME and PROJECT_VERSION to get latest project() call, in…

Use PROJECT_NAME and PROJECT_VERSION to get latest project() call, in… #29

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/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 }}