Skip to content

Commit c5c5377

Browse files
authored
No longer need to check for Dependabot-raised PRs
1 parent b16d72a commit c5c5377

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/build-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ defaults:
55
shell: pwsh
66
jobs:
77
build:
8-
if: ${{ github.actor != 'dependabot[bot]' }}
98
runs-on: windows-latest
109
steps:
1110
- name: Check for secrets

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ env:
88
DOTNET_NOLOGO: true
99
jobs:
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

0 commit comments

Comments
 (0)