File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/ansible_creator/resources
collection_project/.github/workflows
playbook_project/.github/workflows
collection/testorg/testcol/.github/workflows
project/playbook_project/.github/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
pull_request:
10
10
branches: [main]
11
11
workflow_dispatch:
12
- # TO-DO: Following cron job is currently commented out. Enable it as per requirement.
12
+ # TO-DO: Below is an example cron scheduler. Uncomment and tweak it as per your requirement
13
13
# schedule:
14
14
# - cron: '0 0 * * *'
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
pull_request:
10
10
branches: [main]
11
11
workflow_dispatch:
12
- # TO-DO: Following cron job is currently commented out. Enable it as per requirement.
12
+ # TO-DO: Below is an example cron scheduler. Uncomment and tweak it as per your requirement
13
13
# schedule:
14
14
# - cron: '0 0 * * *'
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
pull_request :
10
10
branches : [main]
11
11
workflow_dispatch :
12
- # TO-DO: Following cron job is currently commented out. Enable it as per requirement.
12
+ # TO-DO: Below is an example cron scheduler. Uncomment and tweak it as per your requirement
13
13
# schedule:
14
14
# - cron: '0 0 * * *'
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
9
9
pull_request :
10
10
branches : [main]
11
11
workflow_dispatch :
12
- # TO-DO: Following cron job is currently commented out. Enable it as per requirement.
12
+ # TO-DO: Below is an example cron scheduler. Uncomment and tweak it as per your requirement
13
13
# schedule:
14
14
# - cron: '0 0 * * *'
15
15
You can’t perform that action at this time.
0 commit comments