Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed Jul 2, 2024
1 parent ab2689b commit 5e2b2c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: run_build
name: Build and Deploy
on:
push: {}
workflow_dispatch: {}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run_deploy_dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_to_dev
name: Deploy to Dev
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -83,7 +83,6 @@ jobs:
role-to-assume: arn:aws:iam::017925157769:role/cmiml-dev-oidc-github-role
role-session-name: OIDC-GHA-session
aws-region: ${{ env.AWS_REGION }}

- name: change image and register task definitions
run: |
# NEW_IMAGE=${IMAGE_PREFIX/\//-}-$(echo $COMMIT_HASH | cut -c1-5)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_deploy_prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy_to_produc†ion
name: Deploy to Production
on: [ workflow_dispatch]

permissions:
Expand Down

0 comments on commit 5e2b2c7

Please sign in to comment.