File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11on :
22 workflow_call :
3+ permissions :
4+ packages : write
35jobs :
46 containers :
57 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 11on :
22 workflow_call :
3+ permissions :
4+ packages : write
35jobs :
46 db-container :
57 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -125,16 +125,13 @@ jobs:
125125 uses : ./.github/workflows/build-windows.yml
126126 secrets : inherit
127127 containers :
128- if : ${{ github.actor != 'dependabot[bot]' }}
129128 uses : ./.github/workflows/build-containers.yml
130129 secrets : inherit
131130 db-container :
132- if : ${{ github.actor != 'dependabot[bot]' }}
133131 uses : ./.github/workflows/build-db-container.yml
134132 secrets : inherit
135133 # See /src/container-integration-test/README.md
136134 container-test :
137- if : ${{ github.actor != 'dependabot[bot]' }}
138135 needs : [ 'containers', 'db-container' ]
139136 uses : ./.github/workflows/container-integration-test.yml
140137 secrets : inherit
You can’t perform that action at this time.
0 commit comments