Skip to content

Commit

Permalink
Minor tweak to start test
Browse files Browse the repository at this point in the history
- Move name and trigger to top of file.
  • Loading branch information
danielrbradley committed Aug 23, 2024
1 parent 59abd24 commit aaa0475
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"
#{{- if .Config.testMasterAndReleaseWorkflows }}#
pull_request:
#{{ end }}#

env:
#{{ .Config.env | toYaml | indent 2 }}#
Expand Down Expand Up @@ -173,13 +182,3 @@ jobs:
#{{- if .Config.extraTests }}#
#{{ .Config.extraTests | toYaml | indent 2 }}#
#{{ end }}#

name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"
#{{- if .Config.testMasterAndReleaseWorkflows }}#
pull_request:
#{{ end }}#
13 changes: 6 additions & 7 deletions provider-ci/test-providers/aws/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

env:
AWS_REGION: us-west-2
Expand Down Expand Up @@ -352,10 +358,3 @@ jobs:
make provider-lint
timeout-minutes: 60


name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down Expand Up @@ -120,10 +126,3 @@ jobs:
- dotnet
- go
- java

name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"
13 changes: 6 additions & 7 deletions provider-ci/test-providers/docker/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

env:
ARM_CLIENT_ID: 30e520fa-12b4-4e21-b473-9426c5ac2e1e
Expand Down Expand Up @@ -154,10 +160,3 @@ jobs:
- dotnet
- go
- java

name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

0 comments on commit aaa0475

Please sign in to comment.