turn off schedule for github actions (should only apply to gitea)

This commit is contained in:
Emil Lerch 2024-04-29 09:38:17 -07:00
parent c825ef72fe
commit 3887e630d6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
1 changed files with 1 additions and 3 deletions

View File

@ -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...