Skip to content

Commit

Permalink
bugfix: unittest secret
Browse files Browse the repository at this point in the history
  • Loading branch information
voidking committed Jan 6, 2024
1 parent 5181a15 commit e22f5ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Python application test

on:
workflow_dispatch:
workflow_run:
workflows: ["Pre-commit checks"]
types:
- completed
pull_request_target:

jobs:
build:
Expand Down Expand Up @@ -50,5 +47,3 @@ jobs:
./tests/data/rsp_cache_new.json
retention-days: 3
if: ${{ always() }}


0 comments on commit e22f5ca

Please sign in to comment.