Skip to content

Commit

Permalink
Disable build wheels and APKs on pushing tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Sep 18, 2024
1 parent 914bd89 commit 7894464
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/apk-asr-2pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-audio-tagging-wearos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-audio-tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-kws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-speaker-identification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-spoken-language-identification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-tts-engine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-tts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-vad-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/apk-vad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- apk
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-armv7l.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-linux-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-macos-universal2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-macos-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-win64-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-wheels-win64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- wheel
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- flutter
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- flutter
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- flutter
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/flutter-windows-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- flutter
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

workflow_dispatch:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lazarus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- lazarus
- fix-lazarus
paths:
- '.github/workflows/lazarus.yaml'
- 'CMakeLists.txt'
Expand Down

0 comments on commit 7894464

Please sign in to comment.