Skip to content

Commit

Permalink
always trigger required sharktank CI
Browse files Browse the repository at this point in the history
Since this is required for pr merges, we always need to run it if we don't trigger some dummy workflow. Recommended course of action is to always trigger required jobs, or do not require path-conditionally triggered jobs.
  • Loading branch information
monorimet authored Oct 29, 2024
1 parent 7252e81 commit fa66502
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ 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 fa66502

Please sign in to comment.