Skip to content

Commit

Permalink
end-to-end gpu driver testing enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
shivakunv committed Aug 19, 2024
1 parent 4e30a15 commit fb5f7ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ permissions:
contents: read

on:
workflow_run:
workflows: [image]
types:
- success
branches:
- draftawsvalidation
# workflow_run:
# workflows: [image]
# types:
# - success
# branches:
# - draftawsvalidation

pull_request:
types:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ on:
- opened
- synchronize
branches:
# - main
- main
# - release-*
- draftawsvalidation
# - draftawsvalidation
push:
branches:
# - main
- main
# - release-*
- draftawsvalidation
# - draftawsvalidation

jobs:
image:
Expand Down

0 comments on commit fb5f7ae

Please sign in to comment.