Skip to content

Commit

Permalink
Merge pull request #283 from fingerprintjs/ci/rename_workflows
Browse files Browse the repository at this point in the history
ci: rename e2e test job names
  • Loading branch information
necipallef authored Sep 17, 2024
2 parents 445d63f + 0325bb2 commit a4dc5d7
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_test_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
RunE2E:
run-e2e-for-test-branch:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test_for_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
RunE2E:
run-e2e-for-releases-and-pre-releases:
runs-on: ubuntu-latest
steps:
- name: Git clone
Expand Down

0 comments on commit a4dc5d7

Please sign in to comment.