Skip to content

Commit

Permalink
🤖 automated pull-request from pulumi (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Jun 15, 2020
1 parent 1c741ae commit 4722edb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
name: ${{ matrix.language }}-sdk
path: ${{ github.workspace}}/sdk/${{ matrix.language }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: make -f Makefile.github lint_provider
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: cd sdk/go/digitalocean && golangci-lint run -c ../../../.golangci.yml
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
name: pulumi-${{ env.PROVIDER }}
path: ${{ github.workspace }}/bin
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish SDKs
run: ./ci-scripts/ci/publish-tfgen-package ${{ github.workspace }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
- name: Run tests
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language
}} -parallel 4 .
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
name: ${{ matrix.language }}-sdk
path: ${{ github.workspace}}/sdk/${{ matrix.language }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: make -f Makefile.github lint_provider
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: cd sdk/go/digitalocean && golangci-lint run -c ../../../.golangci.yml
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
name: pulumi-${{ env.PROVIDER }}
path: ${{ github.workspace }}/bin
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish SDKs
run: ./ci-scripts/ci/publish-tfgen-package ${{ github.workspace }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
- name: Run tests
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language
}} -parallel 4 .
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
name: ${{ matrix.language }}-sdk
path: ${{ github.workspace}}/sdk/${{ matrix.language }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: make -f Makefile.github lint_provider
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: cd sdk/go/digitalocean && golangci-lint run -c ../../../.golangci.yml
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
name: pulumi-${{ env.PROVIDER }}
path: ${{ github.workspace }}/bin
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
- name: Run tests
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language
}} -parallel 4 .
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
name: ${{ matrix.language }}-sdk
path: ${{ github.workspace}}/sdk/${{ matrix.language }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: make -f Makefile.github lint_provider
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
uses: pulumi/action-install-pulumi-cli@releases/v1
- name: Run golangci
run: cd sdk/go/digitalocean && golangci-lint run -c ../../../.golangci.yml
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
with:
name: pulumi-${{ env.PROVIDER }}
path: ${{ github.workspace }}/bin
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Publish SDKs
run: ./ci-scripts/ci/publish-tfgen-package ${{ github.workspace }}
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
- name: Run tests
run: cd examples && go test -v -count=1 -cover -timeout 2h -tags=${{ matrix.language
}} -parallel 4 .
- if: failure()
- if: failure() && github.event_name == 'push'
name: Notify Slack
uses: 8398a7/action-slack@v3
with:
Expand Down

0 comments on commit 4722edb

Please sign in to comment.