mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-11-01 12:19:39 +00:00
Update job names to make it clearer for the reader in github UI
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
e2e-test:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
4
.github/workflows/test-e2e.yml
vendored
4
.github/workflows/test-e2e.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
# Run tests for:
|
||||
# 1. Internal PRs on pull_request events
|
||||
# 2. External PRs on repository_dispatch (ok-to-test) events
|
||||
e2e-test:
|
||||
e2e:
|
||||
needs: check-external-pr
|
||||
if: |
|
||||
(needs.check-external-pr.outputs.condition == 'pr-creation-maintainer')
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
|
||||
|
||||
comment-pr:
|
||||
needs: [check-external-pr, e2e-test]
|
||||
needs: [check-external-pr, e2e]
|
||||
runs-on: ubuntu-latest
|
||||
if: always() && needs.check-external-pr.outputs.condition == 'dispatch-event'
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user