Skip to content

Commit 9e6fa2b

Browse files
committed
Skip Docker build in student repos - only run in main cosmelab repo
1 parent 1c04a38 commit 9e6fa2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26+
if: github.repository == 'cosmelab/dna-barcoding-analysis'
2627
steps:
2728
- name: Checkout code
2829
uses: actions/checkout@v4

0 commit comments

Comments
 (0)