winglian commited on
Commit
326c217
1 Parent(s): 1590858

fix workflow since we use tag instead of releasE

Browse files
.github/workflows/build-ggml-cpp-wheel.yml CHANGED
@@ -44,7 +44,6 @@ jobs:
44
  release:
45
  needs: build
46
  runs-on: self-hosted
47
- if: github.event_name == 'release'
48
  permissions:
49
  contents: write
50
  steps:
 
44
  release:
45
  needs: build
46
  runs-on: self-hosted
 
47
  permissions:
48
  contents: write
49
  steps:
.github/workflows/build-llama-cpp-wheel.yml CHANGED
@@ -44,7 +44,6 @@ jobs:
44
  release:
45
  needs: build
46
  runs-on: self-hosted
47
- if: github.event_name == 'release'
48
  permissions:
49
  contents: write
50
  steps:
 
44
  release:
45
  needs: build
46
  runs-on: self-hosted
 
47
  permissions:
48
  contents: write
49
  steps: