Skip to content

Commit

Permalink
Add manual trigger option in case needs re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjnw1yu committed Jun 16, 2024
1 parent cd3eba2 commit 0ca831b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scheduled_production_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: "0 0 * * 1"

workflow_dispatch:

env:
PAGE_LIMIT: ${{ github.event.inputs.PAGE_LIMIT }}
SEARCH_KEYWORDS: ${{ github.event.inputs.SEARCH_KEYWORDS }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scheduled_staging_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
- cron: "0 0 * * 1"

workflow_dispatch:

env:
PAGE_LIMIT: ${{ github.event.inputs.PAGE_LIMIT }}
SEARCH_KEYWORDS: ${{ github.event.inputs.SEARCH_KEYWORDS }}
Expand Down

0 comments on commit 0ca831b

Please sign in to comment.