We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f78f68 commit ec2b8dcCopy full SHA for ec2b8dc
1 file changed
.github/workflows/snapshot.yml
@@ -2,11 +2,11 @@ name: Snapshot
2
3
on:
4
issue_comment:
5
- types: [created, edited, deleted]
+ types: [created, edited]
6
7
jobs:
8
Snapshot:
9
- if: ${{ github.event.issue.pull_request }} && ${{ contains(github.event.comment.body, '/snapshot') }} && ${{ github.event.comment.user.login == 'natesales' }}
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/snapshot') && github.event.comment.user.login == 'natesales' }}
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
0 commit comments