Skip to content

Commit

Permalink
Update zap_regeneration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Oct 26, 2021
1 parent 706d8a5 commit 2b09c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zap_regeneration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 60

runs-on: ubuntu-18.04
if: (github.event.issue.pull_request != '' && contains(github.event.comment.body, '/regenerate') || (github.event_name == 'workflow_dispatch')
if: (github.event.issue.pull_request != '' && contains(github.event.comment.body, '/regenerate')) || (github.event_name == 'workflow_dispatch')

steps:
- name: Checkout
Expand Down

0 comments on commit 2b09c32

Please sign in to comment.