Skip to content

Commit b92089f

Browse files
Update scheduled-ci-pipeline.yaml
1 parent f024ed1 commit b92089f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scheduled-ci-pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Scheduled CI Pipeline
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '5 5 */14 * *'
7+
permissions:
8+
contents: write
69
jobs:
710
trigger:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)