Fix memory-leak test timeout by early-exiting GC loop for multi-ref case #66
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: Deploy | |
| on: | |
| push: | |
| branches: [main] | |
| concurrency: | |
| group: pages-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| deploy: | |
| uses: OpenPhysics/Baton/.github/workflows/deploy.yml@main | |
| permissions: | |
| contents: read | |
| pages: write | |
| id-token: write |