We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38a32a commit 4930178Copy full SHA for 4930178
github-ci/src/biocontainersci/ci.py
@@ -259,6 +259,9 @@ def build_manifest(self, f):
259
* build container
260
'''
261
def workflow_arm(self, f):
262
+ if self.config['pull_number']:
263
+ logging.info("[ci][build] Pull request, skip arm")
264
+ return False
265
base_container_name = self.name(f, is_arm=True)
266
logging.info('[ci][build]ARM ' + base_container_name)
267
0 commit comments