Skip to content

Commit

Permalink
DRC GitHub action: added 'workflow_dispatch' trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Andreev <andreev@ihp-microelectronics.com>
  • Loading branch information
sergeiandreyev committed Sep 16, 2024
1 parent fca6512 commit 2c9559f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
#push
pull_request:
types: [opened, reopened]
workflow_dispatch:

jobs:
drc:
Expand Down Expand Up @@ -151,4 +152,4 @@ jobs:
if: always()
with:
name: DRC-Results
path: ${{ github.workspace }}/drc/Results
path: ${{ github.workspace }}/drc/Results

0 comments on commit 2c9559f

Please sign in to comment.