Skip to content

Commit 52ffc89

Browse files
committed
fix: calling local workflow
1 parent bc465dd commit 52ffc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
jobs:
99
validate-master:
1010
if: github.ref == 'refs/heads/master'
11-
uses: ./.github/workflows/ci.yml@master
11+
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)