Skip to content

Commit

Permalink
Only check compilers prior to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Nov 21, 2024
1 parent 5cf7c4c commit 4e92f8f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/check-compilers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Check compilers

on: [push, pull_request]
on:
# run every day at 06:00 UTC
schedule:
- cron: '0 6 * * *'
# when triggered manually
workflow_dispatch:
# when auto merge is enabled (hack to make sure it's run before merging)
pull_request:
types: [auto_merge_enabled]

# Cancel "duplicated" workflows triggered by pushes to internal
# branches with associated PRs.
Expand Down

0 comments on commit 4e92f8f

Please sign in to comment.