Skip to content

Commit

Permalink
Trigger webapp-e2e-tests job after deploy (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina authored Nov 17, 2023
1 parent 5df4cda commit 6660403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ jobs:
with:
dockerhub-username: kavaops
secrets: inherit
# trigger webapp e2e tests against just redeployed internal-testnet
trigger-webapp-e2e-tests:
needs: [ release-docker-images ]
uses: ./.github/workflows/ci-webapp-e2e-tests.yml
secrets: inherit
7 changes: 5 additions & 2 deletions .github/workflows/ci-webapp-e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Continuous Integration (Trigger Webapp E2E Tests)

# trigger webapp e2e tests against just redeployed internal-testnet
on:
workflow_call:
workflow_run:
workflows: [Continuous Deployment (Internal Testnet)]
types:
- completed

jobs:
trigger-webapp-e2e-tests:
Expand Down

0 comments on commit 6660403

Please sign in to comment.