Skip to content

Commit

Permalink
[ci] publish python engine snapshot build nightly (#1309)
Browse files Browse the repository at this point in the history
Change-Id: I28f4de896fa4abd8751335722df8d43e7bb48b43
  • Loading branch information
frankfliu authored Oct 19, 2021
1 parent 40f4884 commit 14de004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
name: "CodeQL"

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/native_publish_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Native Publish Tensorflow
on:
workflow_dispatch:
inputs:
mode:
description: 'staging/snapshot, default is snapshot'
required: true
default: 'snapshot'
mode:
description: 'staging/snapshot, default is snapshot'
required: true
default: 'snapshot'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/serving_publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Serving publish

on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
inputs:
mode:
Expand Down

0 comments on commit 14de004

Please sign in to comment.