Skip to content

Commit

Permalink
Merge pull request #1 from jina-ai/feat-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmtr authored Mar 14, 2022
2 parents 99e7eaa + 13b7838 commit 288b72a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CD

on:
push:
branches:
- main
release:
types:
- created
workflow_dispatch:
# pull_request:
# uncomment the above to test CD in a PR

jobs:
call-external:
uses: jina-ai/workflows-executors/.github/workflows/cd.yml@master
with:
event_name: ${{ github.event_name }}
secrets:
secret: ${{ secrets.EXECUTOR_SECRET }}
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: CI

on: [pull_request]

jobs:
call-external:
uses: jina-ai/workflows-executors/.github/workflows/ci.yml@master

0 comments on commit 288b72a

Please sign in to comment.