@@ -1,5 +1,9 @@
name: Cross build packages
+concurrency:
+ group: build-${{ github.event_name }}-${{ github.ref }}
+ cancel-in-progress: true
+
on:
schedule:
- cron: '0 */6 * * *'
@@ -1,5 +1,10 @@
name: Build slim packages
+ group: slim-${{ github.event_name }}-${{ github.ref }}
push:
tags:
name: API Test Suite
+ group: apt-test-${{ github.event_name }}-${{ github.ref }}
name: Functional Verification Tests
+ group: fvt-${{ github.event_name }}-${{ github.ref }}
name: Release Upgrade Tests
+ group: relup-${{ github.event_name }}-${{ github.ref }}
name: Run test case
+ group: test-${{ github.event_name }}-${{ github.ref }}