Skip to content

Commit

Permalink
refac: Remove CI triggers after pr_maintainer_checklist completion
Browse files Browse the repository at this point in the history
  • Loading branch information
wkyoshida committed Nov 1, 2023
1 parent 84f657a commit 8df3e10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr_ci_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
branches:
- main
types: [opened, reopened, synchronize]
workflow_run:
workflows: [pr_maintainer_checklist]
types:
- completed

jobs:
backend:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
branches:
- main
types: [opened, reopened, synchronize]
workflow_run:
workflows: [pr_maintainer_checklist]
types:
- completed

jobs:
frontend:
Expand Down

0 comments on commit 8df3e10

Please sign in to comment.