summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/gen-matrix-packaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/gen-matrix-packaging.py b/.github/scripts/gen-matrix-packaging.py
index e58dd736fe..01e9ec7909 100755
--- a/.github/scripts/gen-matrix-packaging.py
+++ b/.github/scripts/gen-matrix-packaging.py
@@ -14,7 +14,7 @@ run_limited = False
with open('.github/data/distros.yml') as f:
data = yaml.load(f)
-if "${{ github.event_name }}" == "pull_request" and bool(int(SHORT_RUN)):
+if bool(int(SHORT_RUN)):
run_limited = True
for i, v in enumerate(data['include']):