Skip to content

Commit 598010a

Browse files
authored
Update the TO-DO description in tests.yml fixture (#405)
1 parent 1067711 commit 598010a

File tree

4 files changed

+4
-4
lines changed
  • src/ansible_creator/resources
  • tests/fixtures
    • collection/testorg/testcol/.github/workflows
    • project/playbook_project/.github/workflows

4 files changed

+4
-4
lines changed

src/ansible_creator/resources/collection_project/.github/workflows/tests.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
pull_request:
1010
branches: [main]
1111
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
1313
# schedule:
1414
# - cron: '0 0 * * *'
1515

src/ansible_creator/resources/playbook_project/.github/workflows/tests.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
pull_request:
1010
branches: [main]
1111
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
1313
# schedule:
1414
# - cron: '0 0 * * *'
1515

tests/fixtures/collection/testorg/testcol/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
pull_request:
1010
branches: [main]
1111
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
1313
# schedule:
1414
# - cron: '0 0 * * *'
1515

tests/fixtures/project/playbook_project/.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
pull_request:
1010
branches: [main]
1111
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
1313
# schedule:
1414
# - cron: '0 0 * * *'
1515

0 commit comments

Comments
 (0)