Skip to content

Commit bfe1bc1

Browse files
authored
No point in checking for Dependabot PRs anymore (#2552)
1 parent ea12c60 commit bfe1bc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ defaults:
1616
shell: pwsh
1717
jobs:
1818
windows-standalone:
19-
if: ${{ github.actor != 'dependabot[bot]' }}
2019
runs-on: windows-latest
2120
steps:
2221
- name: Check for secrets
@@ -104,7 +103,6 @@ jobs:
104103
with:
105104
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
106105
linux-container:
107-
if: ${{ github.actor != 'dependabot[bot]' }}
108106
runs-on: ubuntu-latest
109107
name: linux-container
110108
defaults:

0 commit comments

Comments
 (0)