Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowen12992 committed Aug 23, 2024
1 parent cfb6a2a commit 17cd1fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/op-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
name: op-unit-test

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_call:

jobs:
container-unit-test:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/python-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: python-coverage

on:
workflow_run:
workflows: [model-test]
types:
- completed
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
xxx:
./.github/workflows/op-unit-test.yaml
container-coverage-test:
runs-on: [self-hosted, docker]
if: ${{ github.event.workflow_run.conclusion == 'success' }}
Expand Down

0 comments on commit 17cd1fe

Please sign in to comment.