We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880ac63 commit 00cd459Copy full SHA for 00cd459
1 file changed
.github/workflows/ci.yaml
@@ -1,15 +1,14 @@
1
name: Execute CI tests
2
3
on:
4
- workflow_run:
5
- workflows: [Execute QA tests]
6
- types:
7
- - completed
+ push:
+ branches:
+ - main
+ pull_request: ~
8
9
jobs:
10
test-smoke:
11
name: Run smoke tests
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
@@ -23,7 +22,6 @@ jobs:
23
22
24
test-functional:
25
name: Run functional tests
26
27
28
29
0 commit comments