Skip to content

Commit

Permalink
Revert "test on push"
Browse files Browse the repository at this point in the history
This reverts commit 9e8089e.
  • Loading branch information
jashapiro committed Jul 20, 2023
1 parent 8492772 commit 773574d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
on:
issue_comment:
types: [created]
push:
branches:
- jashapiro/fix-documentation-action

name: Commands

jobs:
document:
if: ${{ github.event_name == 'push' || (github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/document')) }}
if: ${{ github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/document') }}
name: document
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 773574d

Please sign in to comment.