Skip to content

Commit

Permalink
ci: only run examples during pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jun 29, 2023
1 parent a8394dd commit 5d15fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- run: pnpm check
examples:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -48,7 +49,6 @@ jobs:
done;
} < TMP_EXAMPLES.txt > TMP_EXAMPLES.md
- uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
header: "Examples"
recreate: true
Expand Down

1 comment on commit 5d15fea

@vercel
Copy link

@vercel vercel bot commented on 5d15fea Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.