Skip to content

Commit 00cd459

Browse files
committed
Remove workflow_run
1 parent 880ac63 commit 00cd459

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Execute CI tests
22

33
on:
4-
workflow_run:
5-
workflows: [Execute QA tests]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- main
7+
pull_request: ~
88

99
jobs:
1010
test-smoke:
1111
name: Run smoke tests
12-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1312
runs-on: ubuntu-latest
1413
steps:
1514
- name: Checkout
@@ -23,7 +22,6 @@ jobs:
2322

2423
test-functional:
2524
name: Run functional tests
26-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2725
runs-on: ubuntu-latest
2826
steps:
2927
- name: Checkout

0 commit comments

Comments
 (0)