Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed May 9, 2024
1 parent f51cd75 commit bb42cab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/s3_mpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set Deployment Matrix
id: set-deployment-matrix
Expand Down Expand Up @@ -131,4 +133,3 @@ jobs:
--image-uri ${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} \
--architectures "arm64" \
--publish
3 changes: 2 additions & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set Deployment Matrix
id: set-deployment-matrix
Expand Down Expand Up @@ -147,4 +149,3 @@ jobs:
--image-uri ${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }} \
--architectures "arm64" \
--publish
2 changes: 2 additions & 0 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set Deployment Matrix
id: set-deployment-matrix
Expand Down
7 changes: 0 additions & 7 deletions components/app/app/jobs/update_call_job.rb

This file was deleted.

0 comments on commit bb42cab

Please sign in to comment.