We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2fbab commit 7b85747Copy full SHA for 7b85747
.github/workflows/repro.yaml
@@ -3,6 +3,8 @@ name: Reproducible Build Verification
3
on:
4
schedule:
5
- cron: "0 0 * * *" # Daily at midnight UTC
6
+ pull_request:
7
+ types: [opened, synchronize]
8
workflow_dispatch:
9
10
concurrency:
0 commit comments