Update GitHub Actions workflows. (#187)
This PR was automatically generated by the rollout-single-native-provider-workflow workflow in the pulumi/ci-mgmt repo, from commit 667960097c863755ff354e7143e97d4c96275133.
This commit is contained in:
5
.github/workflows/prerelease.yml
vendored
5
.github/workflows/prerelease.yml
vendored
@@ -589,7 +589,4 @@ jobs:
|
||||
path: sdk/go/dockerbuild
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
additive: false
|
||||
files: |-
|
||||
go.*
|
||||
go/**
|
||||
!*.tar.gz
|
||||
files: "**"
|
||||
|
||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -589,10 +589,7 @@ jobs:
|
||||
path: sdk/go/dockerbuild
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
additive: false
|
||||
files: |-
|
||||
go.*
|
||||
go/**
|
||||
!*.tar.gz
|
||||
files: "**"
|
||||
dispatch_docs_build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: publish_go_sdk
|
||||
|
||||
3
.github/workflows/run-acceptance-tests.yml
vendored
3
.github/workflows/run-acceptance-tests.yml
vendored
@@ -6,9 +6,6 @@ on:
|
||||
types:
|
||||
- run-acceptance-tests-command
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- CHANGELOG.md
|
||||
workflow_dispatch: {}
|
||||
|
||||
Reference in New Issue
Block a user