Skip to content

Commit

Permalink
update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent aa59509 commit 5d7c5dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: unittest-gpu

on:
workflow_dispatch:
pull_request:
push:
branches:
- main
Expand All @@ -15,7 +16,7 @@ permissions:
jobs:
unittest:
runs-on: [self-hosted, linux, GPU]
environment: testing
environment: Testing
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 5d7c5dd

Please sign in to comment.