Skip to content

Commit 7a87ada

Browse files
committed
ci: run SSH tests only on push event
Secrets can't be fetched for security reasons, so we run the SSH tests only when a new push is performed. Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent 245d3f9 commit 7a87ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2025 Andrea Cervesato <andrea.cervesato@suse.com>
22

33
name: "Test SSH"
4-
on: [push, pull_request]
4+
on: push
55

66
env:
77
PYTHON_PKGS: pytest<8.3.5 pytest-asyncio<1.0 build asyncssh

0 commit comments

Comments
 (0)