Skip to content

Commit

Permalink
ci: Fix github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: pitt-liang <[email protected]>
  • Loading branch information
pitt-liang committed Dec 29, 2023
1 parent 15572a1 commit 343694a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint test

on: [push, pull_request]
on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit test

on: [push, pull_request]
on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 343694a

Please sign in to comment.