Skip to content

Commit 3ac3d74

Browse files
authored
No longer need to check for Dependabot-raised PRs (#5094)
* No longer need to check for Dependabot-raised PRs * Update README.md
1 parent b16d72a commit 3ac3d74

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the `launchSettings.json` file of each instance. When started in setup mode, the
3535

3636
## Secrets
3737

38-
Testing using the [CI workflow](/.github/workflows/ci.yml) depends on the following secrets, which must be defined for both Actions and Dependabot secrets. The Particular values for these secrets are stored in the secure note named **ServiceControl Repo Secrets**.
38+
Testing using the [CI workflow](/.github/workflows/ci.yml) depends on the following secrets. The Particular values for these secrets are stored in the secure note named **ServiceControl Repo Secrets**.
3939

4040
* `LICENSETEXT`: Particular Software license text
4141
* `AWS_ACCESS_KEY_ID`: For testing SQS

0 commit comments

Comments
 (0)