* disable action concurrency * empty commit
@@ -1,6 +1,14 @@
name: Run e2e test with dummy agent
-on: [push]
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
jobs:
test:
@@ -1,5 +1,9 @@
name: Publish Docker Image
on:
push:
branches:
name: Lint
name: Run Integration Tests
name: Run Unit Tests