From 872ab7b94cc34e11f3b07bb9d5e554b8d2d97c3b Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Thu, 5 Dec 2024 10:57:33 +0000 Subject: [PATCH] Update scripts/ci/pr-execute-notebooks.py --- scripts/ci/pr-execute-notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/pr-execute-notebooks.py b/scripts/ci/pr-execute-notebooks.py index d87404e87d6..5995310f72f 100644 --- a/scripts/ci/pr-execute-notebooks.py +++ b/scripts/ci/pr-execute-notebooks.py @@ -16,7 +16,7 @@ """ FORK_ERROR_MESSAGE = """\ -We can't run this test on pull requests from forks. +⛔️ We can't run this test on pull requests from forks. If you have write access to Qiskit/documentation, push to a new branch there and make your pull request from that branch instead.