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 b13ab0d commit 084e1fdCopy full SHA for 084e1fd
.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