[7.0] Check for hipblaslt workspace size during tuning (#4182) #2454
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 items to GH project | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| add-to-project: | |
| name: Add PRs and issues to MIGX project | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v0.4.0 | |
| with: | |
| project-url: https://github.com/orgs/ROCm/projects/3 | |
| github-token: ${{ secrets.TEST_PR_WORKFLOW }} |