Skip to content

Commit

Permalink
Only run check-metadata on a PR (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed May 17, 2023
1 parent 28f69df commit f86af72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-unit.yml
Expand Up @@ -79,6 +79,7 @@ jobs:
base-branch: "main"

check-metadata:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
permissions:
checks: write # required for the status check
Expand Down

0 comments on commit f86af72

Please sign in to comment.