BEHAVIOR: use single square root in PhaseSpaceFactor
          
            #123
        
      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: Clean caches | |
| on: | |
| pull_request: | |
| types: | |
| - closed | |
| workflow_dispatch: | |
| inputs: | |
| ref: | |
| description: Clean caches for this branch name or ref | |
| required: false | |
| type: string | |
| jobs: | |
| cleanup: | |
| name: Remove caches | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: ComPWA/actions/clean-caches@v3 | |
| with: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| ref: ${{ inputs.ref }} |