Skip to content

Commit

Permalink
Add note to generated yaml files (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Aug 9, 2024
1 parent 19c4069 commit a6cb9b1
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-ai.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test AI
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-aws-lambda.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test AWS Lambda
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-cloud-computing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Cloud Computing
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Common
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Data Processing
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-databases.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Databases
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test GraphQL
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-miscellaneous.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Miscellaneous
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-networking.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Networking
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-web-frameworks-1.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Web Frameworks 1
on:
push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-web-frameworks-2.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
name: Test Web Frameworks 2
on:
push:
Expand Down
3 changes: 3 additions & 0 deletions scripts/split-tox-gh-actions/templates/base.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Do not edit this file. This file is generated automatically by executing
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py

{% with lowercase_group=group | replace(" ", "_") | lower %}
name: Test {{ group }}

Expand Down

0 comments on commit a6cb9b1

Please sign in to comment.