Update triton to e44bd1c83c1c3e8deac7c4f02683cfb3cc395c8b (#345) #978
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: Integration Tests | |
| on: | |
| pull_request: | |
| branches: [ "main" ] | |
| push: | |
| branches: [ "main" ] | |
| jobs: | |
| call-workflow: | |
| uses: ./.github/workflows/test-plugin.yml | |
| with: | |
| triton-shared-ref: ${{ github.ref }} |