Skip to content

Commit

Permalink
.github/workflows: Auto trigger AT2 ci upon review (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey authored Jul 27, 2024
1 parent 62c1fd7 commit 3842de4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bdw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]
pull_request_review:
types:
- submitted

permissions:
contents: none
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/h100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]
pull_request_review:
types:
- submitted

permissions:
contents: none
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mi210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**/*.py'
- 'docs/**'
types: [ opened, reopened, synchronize ]
pull_request_review:
types:
- submitted

permissions:
contents: none
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/spr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on: workflow_dispatch
# - '**/*.py'
# - 'docs/**'
# types: [ opened, reopened, synchronize ]
#pull_request_review:
# types:
# - submitted

permissions:
contents: none
Expand Down

0 comments on commit 3842de4

Please sign in to comment.