diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..b35b8908 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["prod",] specfile_path: hello.spec files_to_sync: - .packit.yaml @@ -28,12 +28,6 @@ jobs: targets: - fedora-stable -- job: tests - trigger: pull_request - targets: - - fedora-stable-x86_64 - - fedora-rawhide-x86_64 - - job: propose_downstream trigger: release packit_instances: ["stg"] diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..e407be15 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Testing the push trigger.