Skip to content

Commit

Permalink
chore: update events and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Sep 23, 2023
1 parent 9545c40 commit 92d30d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add pullpreview label
if: github.event_name == 'pull_request' && github.event.action == 'opened'
if: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' }}
uses: KeisukeYamashita/attach-labels@v1
with:
labels: pullpreview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "PR Checks"

on:
pull_request:
types: [opened, synchronize, edited, closed]
types: [opened, synchronize, edited]

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

0 comments on commit 92d30d0

Please sign in to comment.