Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

fix operator ci trigger #159

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
push:
paths:
- '/operators/**'
- 'operators/**'
branches:
- master
tags:
Expand Down
1 change: 0 additions & 1 deletion operators/face-detector/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
COMMIT_ID = $(shell git rev-parse --short HEAD)
GIT_TAG = $(shell git tag --points-at HEAD)


ifeq ($(GIT_TAG), )
TAG=$(COMMIT_ID)
else
Expand Down
1 change: 0 additions & 1 deletion operators/face-encoder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ data1:
./prepare_model.sh
cd -


cpu:
docker build \
--build-arg base_tag=ubuntu:bionic-20200219 \
Expand Down