Skip to content

Commit

Permalink
feat: enabled latency-tracking CI job on push & PR (#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
maateen committed Jul 8, 2021
1 parent 1c5e047 commit 2fd414b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/latency-tracking.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: CI
name: Latency Tracking

# on:
# pull_request_target:
# on:
# push:
# branches-ignore:
# - '**' # temporally ignore all
on:
workflow_dispatch:
- pull_request

jobs:
latency-tracking:
Expand All @@ -16,8 +10,6 @@ jobs:
NUM_LAST_RELEASE: 1
steps:
- uses: actions/checkout@v2
# with:
# submodules: true
- name: Test docker install
run: |
docker build --build-arg PIP_TAG="[devel]" -f Dockerfiles/pip.Dockerfile -t jinaai/jina:master .
Expand Down Expand Up @@ -59,7 +51,6 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: ${{ steps.get-comment-body.outputs.body }}
reaction-type: "eyes"

- name: Update comment
if: ${{ steps.fc.outputs.comment-id != 0 }}
uses: peter-evans/create-or-update-comment@v1
Expand All @@ -72,4 +63,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: stats.json.zip
path: latency/output/stats.json
path: latency/output/stats.json

0 comments on commit 2fd414b

Please sign in to comment.