Skip to content

Commit

Permalink
chore: Rename E2E test CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Sep 25, 2024
1 parent 02b198c commit 26854a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_pr_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
jobs:
e2e-tests:
e2e-tests-full:
timeout-minutes: 60
runs-on: ubuntu-latest
# Service containers to run with `container-job`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_pr_smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
jobs:
e2e-tests:
e2e-tests-smoke:
timeout-minutes: 60
runs-on: ubuntu-latest
# Service containers to run with `container-job`
Expand Down

0 comments on commit 26854a3

Please sign in to comment.