File tree Expand file tree Collapse file tree 12 files changed +504
-0
lines changed
Expand file tree Collapse file tree 12 files changed +504
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Configuration
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Configuration/src/ConfigurationProviders/**
17+ - .github/workflows/configuration.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Configuration/src/ConfigurationProviders/**
28+ - .github/workflows/configuration.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : Management
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Security/src/ActuatorApi/**
17+ - .github/workflows/management.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Security/src/ActuatorApi/**
28+ - .github/workflows/management.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : MongoDB
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/MongoDb/**
17+ - .github/workflows/mongodb.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/MongoDb/**
28+ - .github/workflows/mongodb.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : MySQL - Entity Framework Core
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/MySqlEFCore/**
17+ - .github/workflows/mysql-efcore.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/MySqlEFCore/**
28+ - .github/workflows/mysql-efcore.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : MySQL
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/MySql/**
17+ - .github/workflows/mysql.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/MySql/**
28+ - .github/workflows/mysql.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : Network File Shares
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - FileShares/src/FileSharesWeb/**
17+ - .github/workflows/networkfileshares.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - FileShares/src/FileSharesWeb/**
28+ - .github/workflows/networkfileshares.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : PostgreSQL - Entity Framework Core
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/PostgreSqlEFCore/**
17+ - .github/workflows/postgresql-efcore.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/PostgreSqlEFCore/**
28+ - .github/workflows/postgresql-efcore.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : PostgreSQL
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/PostgreSql/**
17+ - .github/workflows/postgresql.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/PostgreSql/**
28+ - .github/workflows/postgresql.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
Original file line number Diff line number Diff line change 1+ name : RabbitMQ
2+
3+ on :
4+ workflow_dispatch :
5+ push :
6+ branches :
7+ - main
8+ - ' [0-9]+.x'
9+ paths :
10+ - .gitattributes
11+ - .gitignore
12+ - behave*
13+ - Pipfile*
14+ - pyenv.pkgs
15+ - ' **/*.py'
16+ - Connectors/src/RabbitMQ/**
17+ - .github/workflows/rabbitmq.yml
18+ - .github/workflows/shared-test-workflow.yml
19+ pull_request :
20+ paths :
21+ - .gitattributes
22+ - .gitignore
23+ - behave*
24+ - Pipfile*
25+ - pyenv.pkgs
26+ - ' **/*.py'
27+ - Connectors/src/RabbitMQ/**
28+ - .github/workflows/rabbitmq.yml
29+ - .github/workflows/shared-test-workflow.yml
30+
31+ concurrency :
32+ group : ${{ github.workflow }}-${{ github.ref }}
33+ cancel-in-progress : true
34+
35+ jobs :
36+ echo :
37+ if : ${{ github.repository == 'TNZ/steeltoe-samples' }}
38+ runs-on : tpe-nano
39+
40+ steps :
41+ - name : Verify trigger
42+ run : echo "Job was triggered successfully!"
You can’t perform that action at this time.
0 commit comments