Skip to content

Commit 4974adb

Browse files
committed
Fixup a workflow
1 parent c54ba96 commit 4974adb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-build-system-equivalence-release-branches.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Check Bazel/Erlang.mk Equivalence (Matrix)
1+
name: Check Bazel/Erlang.mk Equivalence on Release Branches
22
on:
33
schedule:
44
- cron: '0 2 * * *'
5+
workflow_dispatch:
56
jobs:
67
check-main:
78
uses: ./.github/workflows/check-build-system-equivalence.yaml

0 commit comments

Comments
 (0)