Skip to content

Commit

Permalink
fix trigger event
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jun 27, 2022
1 parent b5637aa commit cbc58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
jobs:
macos-cpp:
runs-on: macos-latest
if: github.repository == '4paradigm/OpenMLDB' && startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
env:
OS: darwin
ARCH: x86_64
Expand Down

0 comments on commit cbc58aa

Please sign in to comment.