Skip to content

Commit

Permalink
chore: change DAG dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Dec 19, 2023
1 parent 683d08c commit 99d611c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pipelines/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pr:
trigger:
branches:
include:
- gh-readonly-queue/merge-queue-test/*
- gh-readonly-queue/master/*
paths:
exclude:
- docs
Expand Down Expand Up @@ -107,7 +107,6 @@ stages:
displayName: Build Binaries
dependsOn:
- setup
- test
jobs:
- job: build
displayName: Build Binaries
Expand Down Expand Up @@ -158,7 +157,6 @@ stages:
displayName: Build Images
dependsOn:
- setup
- test
jobs:
- job: containerize_amd64
displayName: Build Images
Expand Down

0 comments on commit 99d611c

Please sign in to comment.