Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaliC committed Jul 26, 2024
1 parent 8e9ce20 commit 7515b61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 52 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/inductor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
name: inductor

on:
push:
branches:
- main
- release/*
tags:
- ciflow/inductor/*
pull_request:
paths:
- '**.yml'
workflow_dispatch:
inputs:
triton_commit:
description: 'Commit SHA to test Triton at'
required: true
default: 'main'
pytorch_commit:
description: 'Commit SHA to test PyTorch at'
required: true
default: 'main'
schedule:
# run nightly at 00:00 PST + random noise
- cron: '15 7 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/triton-inductor.yml

This file was deleted.

0 comments on commit 7515b61

Please sign in to comment.