Skip to content

Commit

Permalink
Merge branch 'main' into perplexity-vmfb
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam authored Oct 26, 2024
2 parents 8ab20e0 + ffb146b commit 8b274da
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: CI
name: CI - sharktank

on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/ci-sharktank.yml'
- 'sharktank/**'
- '*requirements.txt'
push:
branches:
- main
paths:
- '.github/workflows/ci-sharktank.yml'
- 'sharktank/**'
- '*requirements.txt'

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down

0 comments on commit 8b274da

Please sign in to comment.