Skip to content

Commit

Permalink
Merge pull request #33 from virtualroot/dont-run-workflow-forks
Browse files Browse the repository at this point in the history
ci: only run under deepset-ai GitHub org
  • Loading branch information
silvanocerza authored Jun 28, 2024
2 parents 0596208 + 6bdec36 commit e4b18bb
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 e4b18bb

Please sign in to comment.