Skip to content

Commit

Permalink
Merge pull request #881 from Sefaria/prod-pipeline
Browse files Browse the repository at this point in the history
Prod pipeline
  • Loading branch information
edamboritz authored Jun 14, 2022
2 parents ad3d5a3 + 22aec31 commit ed7e830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/production-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v*'
- 't*'

jobs:
# Note - build occurs again here, even though this image has been built in continuous.
Expand Down Expand Up @@ -53,8 +53,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-asset:
runs-on: ubuntu-latest
needs:
- duplication-check
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
Expand Down

0 comments on commit ed7e830

Please sign in to comment.