Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Jun 1, 2022
1 parent 13aa8c4 commit ef07702
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 94 deletions.
1 change: 0 additions & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down Expand Up @@ -159,7 +158,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down Expand Up @@ -196,7 +195,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -234,7 +233,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -304,7 +303,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -360,7 +359,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -444,7 +443,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -534,7 +533,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down Expand Up @@ -159,7 +158,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint:
container: golangci/golangci-lint:latest
name: lint
Expand Down Expand Up @@ -196,7 +195,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -234,7 +233,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -304,7 +303,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -360,7 +359,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -444,7 +443,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -534,7 +533,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down Expand Up @@ -173,7 +172,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -263,7 +262,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down Expand Up @@ -140,7 +139,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -178,7 +177,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -248,7 +247,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -304,7 +303,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -388,7 +387,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -478,7 +477,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
15 changes: 7 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_ENVIRONMENT: public
ARM_LOCATION: westus2
ARM_SUBSCRIPTION_ID: 0282681f-7a9e-424b-80b2-96babd57a8a1
ARM_TENANT_ID: 706143bc-e1d4-4593-aee2-c9dc60ab9be7
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down Expand Up @@ -154,7 +153,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
lint_sdk:
container: golangci/golangci-lint:latest
name: lint-sdk
Expand Down Expand Up @@ -192,7 +191,7 @@ jobs:
fail-fast: true
matrix:
goversion:
- 1.17.x
- 1.18.x
prerequisites:
name: prerequisites
runs-on: ubuntu-latest
Expand Down Expand Up @@ -262,7 +261,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -317,7 +316,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -401,7 +400,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
nodeversion:
- 14.x
pythonversion:
Expand Down Expand Up @@ -505,7 +504,7 @@ jobs:
dotnetversion:
- 3.1.301
goversion:
- 1.17.x
- 1.18.x
language:
- nodejs
- python
Expand Down
Loading

0 comments on commit ef07702

Please sign in to comment.