Skip to content

Commit 6f99e2f

Browse files
committed
enable smoke tests again
1 parent 1b7727e commit 6f99e2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Smoke Tests
22

33
on:
4+
pull_request:
5+
branches: [ main ]
6+
types: [ opened, synchronize, reopened, ready_for_review ]
47
workflow_run:
58
workflows: ["Generate Debian Packages"]
69
types: [completed]
@@ -18,7 +21,7 @@ env:
1821
jobs:
1922
determine-distros:
2023
runs-on: ubuntu-latest
21-
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch'
24+
if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
2225
outputs:
2326
distros: ${{ steps.set-distros.outputs.distros }}
2427
steps:

0 commit comments

Comments
 (0)