Skip to content

Commit

Permalink
Disable deploying the container images
Browse files Browse the repository at this point in the history
  • Loading branch information
robwoolley committed Mar 27, 2024
1 parent d3f4f3f commit 3512fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Run build-and-test.sh
run: ./build_container.sh

# Deploy the images
- name: Deploy
run: ./deploy.sh
# Do not deploy images in the fork
## Deploy the images
# - name: Deploy
# run: ./deploy.sh

0 comments on commit 3512fd3

Please sign in to comment.