File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ defaults:
55 shell : pwsh
66jobs :
77 build :
8- if : ${{ github.actor != 'dependabot[bot]' }}
98 runs-on : windows-latest
109 steps :
1110 - name : Check for secrets
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ jobs:
122122 AZURE_ACI_CREDENTIALS : ${{ secrets.AZURE_ACI_CREDENTIALS }}
123123
124124 windows-installers :
125- if : ${{ github.actor != 'dependabot[bot]' }}
126125 uses : ./.github/workflows/build-windows.yml
127126 secrets : inherit
128127 containers :
Original file line number Diff line number Diff line change 88 DOTNET_NOLOGO : true
99jobs :
1010 windows-installers :
11- if : ${{ github.actor != 'dependabot[bot]' }}
1211 uses : ./.github/workflows/build-windows.yml
1312 secrets : inherit
1413 containers :
15- if : ${{ github.actor != 'dependabot[bot]' }}
1614 uses : ./.github/workflows/build-containers.yml
1715 secrets : inherit
1816 db-container :
19- if : ${{ github.actor != 'dependabot[bot]' }}
2017 uses : ./.github/workflows/build-db-container.yml
2118 secrets : inherit
You can’t perform that action at this time.
0 commit comments