diff --git a/.github/workflows/test-integrations-ai.yml b/.github/workflows/test-integrations-ai.yml index 2039a00b35..b3d96dfab3 100644 --- a/.github/workflows/test-integrations-ai.yml +++ b/.github/workflows/test-integrations-ai.yml @@ -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: diff --git a/.github/workflows/test-integrations-aws-lambda.yml b/.github/workflows/test-integrations-aws-lambda.yml index 119545c9f6..daab40a91d 100644 --- a/.github/workflows/test-integrations-aws-lambda.yml +++ b/.github/workflows/test-integrations-aws-lambda.yml @@ -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: diff --git a/.github/workflows/test-integrations-cloud-computing.yml b/.github/workflows/test-integrations-cloud-computing.yml index 531303bf52..86ecab6f8e 100644 --- a/.github/workflows/test-integrations-cloud-computing.yml +++ b/.github/workflows/test-integrations-cloud-computing.yml @@ -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: diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index a32f300512..52baefd5b1 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -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: diff --git a/.github/workflows/test-integrations-data-processing.yml b/.github/workflows/test-integrations-data-processing.yml index cb872d3196..617dc7997a 100644 --- a/.github/workflows/test-integrations-data-processing.yml +++ b/.github/workflows/test-integrations-data-processing.yml @@ -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: diff --git a/.github/workflows/test-integrations-databases.yml b/.github/workflows/test-integrations-databases.yml index c547e1a9da..d740912829 100644 --- a/.github/workflows/test-integrations-databases.yml +++ b/.github/workflows/test-integrations-databases.yml @@ -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: diff --git a/.github/workflows/test-integrations-graphql.yml b/.github/workflows/test-integrations-graphql.yml index d5f78aaa89..6a499fa355 100644 --- a/.github/workflows/test-integrations-graphql.yml +++ b/.github/workflows/test-integrations-graphql.yml @@ -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: diff --git a/.github/workflows/test-integrations-miscellaneous.yml b/.github/workflows/test-integrations-miscellaneous.yml index 71ee0a2f1c..f5148fb2c8 100644 --- a/.github/workflows/test-integrations-miscellaneous.yml +++ b/.github/workflows/test-integrations-miscellaneous.yml @@ -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: diff --git a/.github/workflows/test-integrations-networking.yml b/.github/workflows/test-integrations-networking.yml index 295f6bcffc..6a55ffadd8 100644 --- a/.github/workflows/test-integrations-networking.yml +++ b/.github/workflows/test-integrations-networking.yml @@ -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: diff --git a/.github/workflows/test-integrations-web-frameworks-1.yml b/.github/workflows/test-integrations-web-frameworks-1.yml index 835dd724b3..246248a700 100644 --- a/.github/workflows/test-integrations-web-frameworks-1.yml +++ b/.github/workflows/test-integrations-web-frameworks-1.yml @@ -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: diff --git a/.github/workflows/test-integrations-web-frameworks-2.yml b/.github/workflows/test-integrations-web-frameworks-2.yml index c56451b751..cfc03a935a 100644 --- a/.github/workflows/test-integrations-web-frameworks-2.yml +++ b/.github/workflows/test-integrations-web-frameworks-2.yml @@ -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: diff --git a/scripts/split-tox-gh-actions/templates/base.jinja b/scripts/split-tox-gh-actions/templates/base.jinja index 0a27bb0b8d..23f051de42 100644 --- a/scripts/split-tox-gh-actions/templates/base.jinja +++ b/scripts/split-tox-gh-actions/templates/base.jinja @@ -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 }}