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 afa2411 commit 00c13ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Python application test

on:
workflow_dispatch:
pull_request:
branches:
- 'main'
- 'dev'
- '*-release'
pull_request_target:
push:
branches:
- 'main'
Expand Down Expand Up @@ -56,5 +52,3 @@ jobs:
./tests/data/rsp_cache_new.json
retention-days: 3
if: ${{ always() }}


0 comments on commit 00c13ce

Please sign in to comment.