Skip to content

Commit a57eda9

Browse files
Fixup matrices
1 parent 28e334a commit a57eda9

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/stackhpc-update-kolla.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ on:
88
- cron: '0 0 * * *'
99

1010
jobs:
11-
update_from_branch:
12-
runs-on: ubuntu-22.04
11+
update-from-branch:
12+
name: Update dependencies
1313
strategy:
1414
matrix:
1515
include:
1616
- version: stackhpc/2023.1
1717
- version: stackhpc/2024.1
18-
name: ${{ matrix.version }}
19-
steps:
20-
- name: Update dependencies
21-
uses: ./.github/workflows/update-dependencies.yml
22-
with:
23-
openstack_version: ${{ matrix.version }}
24-
secrets: inherit
18+
uses: ./.github/workflows/update-dependencies.yml
19+
with:
20+
openstack_version: ${{ matrix.version }}
21+
permissions:
22+
contents: write
23+
pull-requests: write

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
repository: ${{ matrix.repository }}
49-
ref: stackhpc/${{ inputs.openstack_version }}
49+
ref: ${{ inputs.openstack_version }}
5050
fetch-tags: true
5151
path: ${{ github.workspace }}/src/${{ matrix.key }}
5252

0 commit comments

Comments
 (0)