Skip to content

Commit

Permalink
fix: removing branch trigger and using real approval comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Mar 5, 2024
1 parent 50e0e37 commit 6d328fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix-nap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
suite: [Nonbehavioral, Utilization, GPU, Drift, Consolidation]
suite: [Nonbehavioral, Utilization, GPU, Drift, Integration, NodeClaim, Consolidation]
permissions:
contents: read
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id-token: write # This is required for requesting the JWT
statuses: write # ./.github/actions/commit-status/*
needs: [resolve]
uses: ./.github/workflows/e2e-matrix-nap.yaml
uses: ./.github/workflows/e2e-matrix.yaml
with:
git_ref: ${{ needs.resolve.outputs.GIT_REF }}
location: ${{ inputs.location || 'eastus' }}
Expand Down

0 comments on commit 6d328fa

Please sign in to comment.