Skip to content

Commit

Permalink
add paths to e2e-nvidia-t4-x1 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledsulayman committed Sep 11, 2024
1 parent f854e56 commit 15a190e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches:
- main
- release-*
paths:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files=.github/workflows/e2e-nvidia-t4-x1.yml # This workflow
pull_request_target:
types:
- opened
Expand All @@ -15,6 +20,11 @@ on:
branches:
- main
- release-*
paths:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files=.github/workflows/e2e-nvidia-t4-x1.yml # This workflow

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 15a190e

Please sign in to comment.