ci(packages): use unique job name
This commit is contained in:
parent
cd6e285674
commit
12a227f27d
|
@ -281,7 +281,7 @@ jobs:
|
||||||
name: ${{ matrix.profile }}
|
name: ${{ matrix.profile }}
|
||||||
path: source/_packages/${{ matrix.profile }}/
|
path: source/_packages/${{ matrix.profile }}/
|
||||||
|
|
||||||
linux:
|
linux-schedule:
|
||||||
needs: prepare
|
needs: prepare
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
runs-on: aws-${{ matrix.arch }}
|
runs-on: aws-${{ matrix.arch }}
|
||||||
|
|
Loading…
Reference in New Issue