Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 23, 2024
1 parent 7b86a05 commit 4f00394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: "${{ github.repository == 'Azure/accelerator-bootstrap-modules' && (contains(github.event.pull_request.labels.*.name, 'PR: Safe to test 🧪') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') }}"
strategy:
fail-fast: false
matrix:
matrix:
include: ${{ fromJSON(needs.define-matrix.outputs.matrix) }}

runs-on: ${{ matrix.operatingSystem }}-latest
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
if($selfHostedAgents -eq "private") {
$enablePrivateNetworking = "true"
}
$localDeployAzureResources = $deployAzureResources
$runNumber = "${{ github.run_number }}"
Expand Down

0 comments on commit 4f00394

Please sign in to comment.