Skip to content

Commit

Permalink
Merge pull request #354 from ShahradR/ci/e2e-fix
Browse files Browse the repository at this point in the history
ci: change type for "on" key in e2e CI workflow
  • Loading branch information
ShahradR authored Jan 1, 2025
2 parents 1091162 + fde5bd7 commit 4b65590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI workflow

on:
- workflow_dispatch
- schedule:
- cron: "0 18 * * *"
workflow_dispatch:
schedule:
- cron: "0 18 * * *"

permissions:
checks: write
Expand Down

0 comments on commit 4b65590

Please sign in to comment.