Add parameter_march scripts #226
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This GitHub Action checks for new news fragments in a pull request. | |
# If no new news fragments are found, the action will fail. | |
name: News Fragments Created | |
on: | |
pull_request: | |
types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
call-workflow: | |
uses: lsst-ts/tssw_workflows/.github/workflows/news_creation.yaml@main |