Skip to content

Commit

Permalink
Run aarch64 workflow only on dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent d708332 commit 3065717
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/self_hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3065717

Please sign in to comment.