Skip to content

Commit

Permalink
tweak triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 13, 2024
1 parent 2882da2 commit f281ac2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/check_compat.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Compatibility Check

on:
schedule:
# Run daily at 00:00 UTC
- cron: '0 0 * * *'
# Cron disabled for now, because there are broken goldens on latest stable & beta due to color changes
# schedule:
# # Run daily at 00:00 UTC
# - cron: '0 0 * * *'
workflow_dispatch:
push:
branches:
- bt/compat-job

jobs:
build:
Expand Down

0 comments on commit f281ac2

Please sign in to comment.