Skip to content

Commit

Permalink
[sharktank] Rename CI config and set paths (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Oct 26, 2024
1 parent 53820cd commit ffb146b
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 ffb146b

Please sign in to comment.