Skip to content

Commit

Permalink
ci: only run under deepset-ai GitHub org
Browse files Browse the repository at this point in the history
Fix #32
  • Loading branch information
virtualroot committed Jun 28, 2024
1 parent 0596208 commit 6bdec36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build-and-push:
name: Build base image
runs-on: ubuntu-latest
if: github.repository_owner == 'deepset-ai'

steps:
- name: Checkout
Expand Down

0 comments on commit 6bdec36

Please sign in to comment.