Skip to content

Commit

Permalink
ci: remove schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 7, 2023
1 parent dcda652 commit 67b8e82
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/amd64_linux_bazel.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# ref: https://github.com/actions/runner-images
name: amd64 Linux Bazel

on:
push:
pull_request:
schedule:
# min hours day(month) month day(week)
- cron: '0 0 7,22 * *'
on: [push, pull_request]

jobs:
# Building using the github runner environement directly.
Expand Down

0 comments on commit 67b8e82

Please sign in to comment.