We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cecdc1 commit 087542cCopy full SHA for 087542c
.github/workflows/compilation_checks.yml
@@ -6,7 +6,7 @@ name: Compilation-Checks
6
# jobs.Build.strategy.matrix.container
7
8
on:
9
- #pull_request: # <-- temporarily disabled
+ pull_request:
10
schedule:
11
- cron: "37 07 * * 1" # run every Monday at 07:37UTC. Crontab computed with crontab.guru
12
workflow_dispatch:
0 commit comments