10000 chore: update meticulous CI job by alexivanov · Pull Request #14073 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: update meticulous CI job #14073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run Meticulous only on changes to site/2
  • Loading branch information
alexivanov committed Jul 31, 2024
commit fc846de96e5f9d7bea5d5dd71d2c45db042559cb
4 changes: 4 additions & 0 deletions .github/workflows/meticulous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
push:
branches:
- main
paths:
- "site/**"
pull_request:
paths:
- "site/**"
# Meticulous needs the workflow to be triggered on workflow_dispatch events,
# so that Meticulous can run the workflow on the base commit to compare
# against if an existing workflow hasn't run.
Expand Down
Loading
0