Skip to content

Commit

Permalink
chore: refine ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 26, 2024
1 parent cf4be25 commit 2d6346d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
build_test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 2d6346d

Please sign in to comment.