Skip to content

Commit

Permalink
Merge pull request #454 from pulumi/update-github-actions-workflows-7
Browse files Browse the repository at this point in the history
Update GitHub Actions workflows.
  • Loading branch information
t0yv0 authored Jan 11, 2023
2 parents 985a2c5 + df684cf commit bfb25dc
Show file tree
Hide file tree
Showing 30 changed files with 106 additions and 365 deletions.
1 change: 1 addition & 0 deletions .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
TF_APPEND_USER_AGENT: pulumi
TRAVIS_OS_NAME: linux
jobs:
command-dispatch-for-testing:
Expand Down
21 changes: 16 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
TF_APPEND_USER_AGENT: pulumi
TRAVIS_OS_NAME: linux
jobs:
build_sdk:
Expand Down Expand Up @@ -108,7 +109,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -321,7 +324,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -377,7 +382,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -516,7 +523,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -625,7 +634,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
21 changes: 16 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
TF_APPEND_USER_AGENT: pulumi
TRAVIS_OS_NAME: linux
jobs:
build_sdk:
Expand Down Expand Up @@ -108,7 +109,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down Expand Up @@ -321,7 +324,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -377,7 +382,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -516,7 +523,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
nodeversion:
Expand Down Expand Up @@ -625,7 +634,9 @@ jobs:
fail-fast: true
matrix:
dotnetversion:
- 3.1.301
- |
6.0.x
3.1.301
goversion:
- 1.19.x
javaversion:
Expand Down
Loading

0 comments on commit bfb25dc

Please sign in to comment.