Skip to content

Commit

Permalink
Temporary remove comment triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Oct 4, 2023
1 parent 8bf67e2 commit 722ee38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: clear

on:
workflow_dispatch:
issue_comment:
types: [created]
# issue_comment:
# types: [created]

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number || github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
pull_request:
types: [ready_for_review]
branches: [main]
issue_comment:
types: [created]
# issue_comment:
# types: [created]

concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number || github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 722ee38

Please sign in to comment.