Skip to content

Commit 4930178

Browse files
authored
Update ci.py
1 parent c38a32a commit 4930178

File tree

1 file changed

+3
-0
lines changed
  • github-ci/src/biocontainersci

1 file changed

+3
-0
lines changed

github-ci/src/biocontainersci/ci.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ def build_manifest(self, f):
259259
* build container
260260
'''
261261
def workflow_arm(self, f):
262+
if self.config['pull_number']:
263+
logging.info("[ci][build] Pull request, skip arm")
264+
return False
262265
base_container_name = self.name(f, is_arm=True)
263266
logging.info('[ci][build]ARM ' + base_container_name)
264267

0 commit comments

Comments
 (0)