Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
baoleai committed Sep 14, 2024
1 parent 9273667 commit bb02cc9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Unit Tests

on:
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
tags:
- r[0-9]+.[0-9]+
paths-ignore:
- 'docs/**'
- '**.md'


jobs:
Expand All @@ -26,5 +29,5 @@ jobs:
git config --global --add safe.directory $PWD && \
pip install -e . && \
bash tests/run_ut.sh'
env:
env:
UT_IMAGE: ${{ secrets.UT_IMAGE }}

0 comments on commit bb02cc9

Please sign in to comment.