Update Triton to c75c6b034756629b891e7b2df406f634552331d5 (#223) #643
This file contains 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 }} |