Skip to content

Commit

Permalink
workflow rework
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Mar 5, 2024
1 parent d6177ff commit a868212
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
build:
deploy:
runs-on: ubuntu-latest
name: Build and push
steps:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
role-session-name: NotifyApiGitHubActions
aws-region: "ca-central-1"

deploy:
rollout:
runs-on: github-arc-ss-api-dev
name: rollout
needs: build
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
finalize:
runs-on: ubuntu-latest
name: finalize
needs: [build, deploy]
needs: [deploy, rollout]
steps:
- name: my-app-install token
id: notify-pr-bot
Expand Down

0 comments on commit a868212

Please sign in to comment.