Skip to content

Commit 13f4856

Browse files
authored
Update scheduled.yml
remove
1 parent ea1e4b6 commit 13f4856

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/scheduled.yml

-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
---
2-
name: scheduled
3-
on:
4-
workflow_dispatch: { } # Allows manually trigger this workflow
5-
schedule:
6-
- cron: "0 3 * * *"
71

8-
permissions:
9-
pull-requests: write
10-
id-token: write
11-
contents: write
12-
13-
jobs:
14-
scheduled:
15-
uses: cloudposse/.github/.github/workflows/shared-terraform-scheduled.yml@main
16-
secrets: inherit

0 commit comments

Comments
 (0)