We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea12c60 commit bfe1bc1Copy full SHA for bfe1bc1
1 file changed
.github/workflows/release.yml
@@ -16,7 +16,6 @@ defaults:
16
shell: pwsh
17
jobs:
18
windows-standalone:
19
- if: ${{ github.actor != 'dependabot[bot]' }}
20
runs-on: windows-latest
21
steps:
22
- name: Check for secrets
@@ -104,7 +103,6 @@ jobs:
104
103
with:
105
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }}
106
linux-container:
107
108
runs-on: ubuntu-latest
109
name: linux-container
110
defaults:
0 commit comments