File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ concurrency:
66
77name : Pull request
88' on ' :
9- pull_request :
9+ push :
1010jobs :
1111 # Detect which files have changed and use this to run jobs conditionally.
1212 # Note that we can't use the workflow-level paths attribute since this
@@ -127,22 +127,22 @@ jobs:
127127 secrets : inherit
128128 if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
129129
130- all-in-one-ubuntu-noble-ovs :
131- name : aio (Ubuntu Noble OVS)
132- needs :
133- - check-changes
134- - build-kayobe-image
135- uses : ./.github/workflows/stackhpc-all-in-one.yml
136- with :
137- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138- os_distribution : ubuntu
139- os_release : noble
140- ssh_username : ubuntu
141- neutron_plugin : ovs
142- OS_CLOUD : openstack
143- if : ${{ needs.check-changes.outputs.aio == 'true' }}
144- secrets : inherit
145- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
130+ # all-in-one-ubuntu-noble-ovs:
131+ # name: aio (Ubuntu Noble OVS)
132+ # needs:
133+ # - check-changes
134+ # - build-kayobe-image
135+ # uses: ./.github/workflows/stackhpc-all-in-one.yml
136+ # with:
137+ # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138+ # os_distribution: ubuntu
139+ # os_release: noble
140+ # ssh_username: ubuntu
141+ # neutron_plugin: ovs
142+ # OS_CLOUD: openstack
143+ # if: ${{ needs.check-changes.outputs.aio == 'true' }}
144+ # secrets: inherit
145+ # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
146146
147147 all-in-one-ubuntu-noble-ovn :
148148 name : aio (Ubuntu Noble OVN)
You can’t perform that action at this time.
0 commit comments