We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d10120 commit b048d81Copy full SHA for b048d81
.github/workflows/ci_test_latest_released_mpl_java.yml
@@ -5,6 +5,7 @@ name: Test Latest Released MPL Java with DB-ESDK HEAD
5
on:
6
schedule:
7
- cron: "00 16 * * 1-5"
8
+ workflow_dispatch: # allows triggering this manually through the Actions UI
9
10
jobs:
11
getDBESDKDafnyVersion:
0 commit comments