fix yaml lint
This commit is contained in:
parent
a2067bfbef
commit
a077d95bdf
|
@ -410,7 +410,7 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
sign-rpm:
|
sign-rpm:
|
||||||
needs: [package-rpm,merge-package-rpm-artifacts]
|
needs: [package-rpm, merge-package-rpm-artifacts]
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -447,7 +447,7 @@ jobs:
|
||||||
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }}
|
||||||
|
|
||||||
download-and-cache-deb:
|
download-and-cache-deb:
|
||||||
needs: [package-deb,merge-package-deb-artifacts]
|
needs: [package-deb, merge-package-deb-artifacts]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue