mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-23 16:00:46 +00:00
Update fork tests job name so we can update status for the correct 'run-e2e-tests' check
This commit is contained in:
4
.github/workflows/test-e2e-fork.yml
vendored
4
.github/workflows/test-e2e-fork.yml
vendored
@@ -13,7 +13,7 @@ concurrency:
|
|||||||
cancel-in-progress: true # cancel previous job runs for the same branch
|
cancel-in-progress: true # cancel previous job runs for the same branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-e2e-tests:
|
run-e2e-tests-fork:
|
||||||
uses: ./.github/workflows/e2e-tests.yml
|
uses: ./.github/workflows/e2e-tests.yml
|
||||||
if: |
|
if: |
|
||||||
github.event_name == 'repository_dispatch' &&
|
github.event_name == 'repository_dispatch' &&
|
||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
|
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
|
||||||
|
|
||||||
update-check-status:
|
update-check-status:
|
||||||
needs: run-e2e-tests
|
needs: run-e2e-tests-fork
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: always() && github.event_name == 'repository_dispatch'
|
if: always() && github.event_name == 'repository_dispatch'
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user