Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Feb 1, 2024
1 parent 292088e commit de8d730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Integration Tests

on:
workflow_dispatch:
pull_request:
branches: [main]
# pull_request: # disable Upstream tests on AMD Fork
# branches: [main]
merge_group:
branches: [main]
types: [checks_requested]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Prepare runner matrix
id: set-matrix
run: |
if [ x"${{ github.repository }}" == x"openai/triton" ]; then
if [ x"${{ github.repository }}" == x"openai/triton" || x"${{ github.repository }}" == x"ROCm/triton"]; then
echo '::set-output name=matrix-optional::[["self-hosted", "gfx908"], ["self-hosted", "arc770"]]'
else
echo '::set-output name=matrix-optional::["ubuntu-latest"]'
Expand Down

0 comments on commit de8d730

Please sign in to comment.