@@ -1,7 +1,7 @@
name: Push Entrypoint
concurrency:
- group: push-entrypoint-${{ github.event_name }}-${{ github.sha }}
+ group: push-entrypoint-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on:
name: Build and push docker images
- group: docker-build-${{ github.event_name }}-${{ github.sha }}
+ group: docker-build-${{ github.event_name }}-${{ github.ref }}
name: Build docker image for test
- group: docker-test-build-${{ github.event_name }}-${{ github.sha }}
+ group: docker-test-build-${{ github.event_name }}-${{ github.ref }}
name: Cross build packages
- group: build-packages-${{ github.event_name }}-${{ github.sha }}
+ group: build-packages-${{ github.event_name }}-${{ github.ref }}
name: Build slim packages
- group: slim-${{ github.event_name }}-${{ github.sha }}
+ group: slim-${{ github.event_name }}-${{ github.ref }}
name: Run Configuration tests
- group: conftest-${{ github.event_name }}-${{ github.sha }}
+ group: conftest-${{ github.event_name }}-${{ github.ref }}
name: Run test case
- group: test-${{ github.event_name }}-${{ github.sha }}
+ group: test-${{ github.event_name }}-${{ github.ref }}
-name: Build slim packages
+name: Spellcheck
- group: spellcheck-${{ github.event_name }}-${{ github.sha }}
+ group: spellcheck-${{ github.event_name }}-${{ github.ref }}
name: Static checks
- group: static-checks-${{ github.event_name }}-${{ github.sha }}
+ group: static-checks-${{ github.event_name }}-${{ github.ref }}