From 3887e630d6c68cee5f1f97797cd0274d7edb6047 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 29 Apr 2024 09:38:17 -0700 Subject: [PATCH] turn off schedule for github actions (should only apply to gitea) --- .github/workflows/zig-mach.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/zig-mach.yaml b/.github/workflows/zig-mach.yaml index 8e2750f..f40db92 100644 --- a/.github/workflows/zig-mach.yaml +++ b/.github/workflows/zig-mach.yaml @@ -1,13 +1,11 @@ name: aws-zig mach nominated build run-name: ${{ github.actor }} building AWS Zig SDK on: - schedule: - - cron: '0 12 * * *' # noon UTC, 4AM Pacific push: branches: - 'zig-develop*' jobs: - build-zig-nightly: + build-zig-mach-latest: runs-on: ubuntu-latest # Need to use the default container with node and all that, so we can # use JS-based actions like actions/checkout@v3...