Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fixing needs in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 30, 2021
1 parent a1d6010 commit 7687d8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch: { }

jobs:
determine-commit:
commits:
# Determine the commits that need to be deployed to each environment.
name: Determine Commit
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:

test:
needs:
- "determine-commit"
- "commits"
timeout-minutes: 15
name: Test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

pg-test:
needs:
- "determine-commit"
- "commits"
timeout-minutes: 10
name: PostgreSQL Test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
container:
timeout-minutes: 60
needs:
- "determine-commit"
- "commits"
- "test"
- "pg-test"
name: Container
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

acceptance:
needs:
- "determine-commit"
- "commits"
- "test"
- "pg-test"
- "container"
Expand All @@ -157,7 +157,7 @@ jobs:

release-acceptance:
needs:
- "determine-commit"
- "commits"
- "test"
- "pg-test"
- "container"
Expand Down

0 comments on commit 7687d8f

Please sign in to comment.