Skip to content

Commit 08035d3

Browse files
committed
reintroduce trigger for PRs only
1 parent e92a8de commit 08035d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GeoNode Test Suites
22

3-
on: [push, workflow_dispatch]
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
46

57
jobs:
68
# -------------------------------------------------
@@ -9,6 +11,7 @@ jobs:
911
build_images:
1012
name: Build and export Docker images
1113
runs-on: ubuntu-24.04
14+
if: ${{ !github.event.pull_request.draft }}
1215

1316
steps:
1417
- name: Checkout repository

0 commit comments

Comments
 (0)