Modified the default frame file provided in the drunc_config class to use a recent data file. #94
Workflow file for this run
This file contains hidden or 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
| name: Add pull request to project | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| jobs: | |
| track_prs_dispatch: | |
| name: Add new pull request to project | |
| uses: DUNE-DAQ/.github/.github/workflows/track_new_prs.yml@develop | |
| secrets: | |
| BOT_CI_ISSUES: ${{ secrets.BOT_CI_ISSUES }} |