Skip to content

Commit

Permalink
Ignore syntehtics for mq (#26341)
Browse files Browse the repository at this point in the history
* feat: ignore syntehtics for mq

* feat: sparse build for merge queue

* feat: update image pointer, add synthetics for mq jobs

* feat: update synthetics preview gh action to be manual only

* chore: revert ci changes
  • Loading branch information
devindford authored Nov 19, 2024
1 parent e459a1f commit 565658a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/synthetics.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Preview Synthetics
on:
pull_request:
types: [opened, synchronize]
branches:
- master
workflow_dispatch: # allows manual trigger

# Stop the current running job if a new push is made to the PR
Expand Down
3 changes: 2 additions & 1 deletion repository.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ gitlab_jobs_retry_enable: true
gitlab_fail_fast: true
team: webops-platform
checks_to_ignore:
- "Send PR Approval Status"
- "Send PR Approval Status"
- "Preview Synthetics"

0 comments on commit 565658a

Please sign in to comment.