Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed May 23, 2024
1 parent fc7cd65 commit d799016
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
justfile_recipe: 'e2e-stratus automine'

concurrency:
group: ${{ github.workflow }}-inmemory-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-automine-inmemory-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-automine-stratus-postgres:
Expand All @@ -42,7 +42,7 @@ jobs:
justfile_recipe: 'e2e-stratus-postgres automine'

concurrency:
group: ${{ github.workflow }}-postgres-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-automine-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-automine-stratus-rocks:
Expand All @@ -52,7 +52,7 @@ jobs:
justfile_recipe: 'e2e-stratus-rocks automine'

concurrency:
group: ${{ github.workflow }}-rocks-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-automine-rocks-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-external-stratus:
Expand All @@ -62,7 +62,7 @@ jobs:
justfile_recipe: 'e2e-stratus external'

concurrency:
group: ${{ github.workflow }}-inmemory-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-external-inmemory-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-external-stratus-postgres:
Expand All @@ -72,7 +72,7 @@ jobs:
justfile_recipe: 'e2e-stratus-postgres external'

concurrency:
group: ${{ github.workflow }}-postgres-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-external-postgres-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-external-stratus-rocks:
Expand All @@ -82,7 +82,7 @@ jobs:
justfile_recipe: 'e2e-stratus-rocks external'

concurrency:
group: ${{ github.workflow }}-rocks-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-external-rocks-${{ github.ref || github.run_id }}
cancel-in-progress: true

e2e-clock-stratus:
Expand Down

0 comments on commit d799016

Please sign in to comment.