Browse Source

ci(packages): use unique job name

Ivan Dyachkov 2 years ago
parent
commit
12a227f27d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_packages.yaml

+ 1 - 1
.github/workflows/build_packages.yaml

@@ -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 }}