Skip to content

Commit

Permalink
[ci] release main test
Browse files Browse the repository at this point in the history
  • Loading branch information
longyulongyu committed Aug 28, 2024
1 parent 3e87284 commit f905c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
trigger-release-build:
needs: check-commit-message
if: needs.check-commit-message.outputs.trigger_release == 'true'
uses: ./release-build-test.yml
uses: ./.github/workflows/release-build-test.yml
1 change: 1 addition & 0 deletions .github/workflows/release-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release Build Test

on:
workflow_dispatch:
workflow_call:

jobs:
build:
Expand Down

0 comments on commit f905c1e

Please sign in to comment.