Skip to content

Commit

Permalink
Ran prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardiea committed Dec 10, 2024
1 parent be2adc5 commit 60dd0a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ jobs:
github.event.workflow_run.conclusion = 'failure'
steps:
- run: echo 'The trigger workflow failed.'

2 changes: 0 additions & 2 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Write commit SHA to file
run: echo $GITHUB_SHA > frontends/main/public/hash.txt


- name: Upload frontend build to s3
uses: jakejarvis/s3-sync-action@master
with:
Expand All @@ -55,4 +54,3 @@ jobs:
github.event.workflow_run.conclusion = 'failure'
steps:
- run: echo 'The trigger workflow failed.'

1 change: 0 additions & 1 deletion .github/workflows/rc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ jobs:
github.event.workflow_run.conclusion = 'failure'
steps:
- run: echo 'The trigger workflow failed.'

0 comments on commit 60dd0a6

Please sign in to comment.