Skip to content

Commit

Permalink
Change job trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Sep 16, 2024
1 parent aa0cb77 commit 02a4ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
dockerhub-user: ${{ secrets.DOCKER_USER }}
dockerhub-password: ${{ secrets.DOCKER_TOKEN }}

playwright:
uses: ./.github/workflows/playwright.yml
5 changes: 1 addition & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Playwright
on:
workflow_dispatch:
workflow_run:
workflows: ["Build and Publish Docker Image"]
types:
- completed
workflow_call:

env:
DB_HOST: mysql-8
Expand Down

0 comments on commit 02a4ec8

Please sign in to comment.