From 3065717f0375a219ad1e47c4f10f5e84681a08cb Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 5 Jul 2024 10:28:18 +0200 Subject: [PATCH] Run aarch64 workflow only on dispatch --- .github/workflows/self_hosted_runners.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/self_hosted_runners.yml b/.github/workflows/self_hosted_runners.yml index 57fbc185e76..8c8e05e0ff2 100644 --- a/.github/workflows/self_hosted_runners.yml +++ b/.github/workflows/self_hosted_runners.yml @@ -13,18 +13,7 @@ # This configuration file takes care of the AArch64 Linux build name: build_aarch64 -on: - # Run this workflow once every 6 hours against the master branch - schedule: - - cron: "0 */6 * * *" - - # Do not run this on pull requests - push: - branches: - - '**' - - tags: - - '**' +on: workflow_dispatch # Please remember to update values for both x86 and aarch64 workflows. env: