You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 52918857446d71c94c16a732341e483a2b2b9f6e.
Copy file name to clipboardExpand all lines: .github/workflows/master.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -258,33 +258,6 @@ jobs:
258
258
259
259
Maintainer note: consult the [runbook](https://github.com/pulumi/platform-providers-team/blob/main/playbooks/tf-provider-updating.md) for dealing with any breaking changes.
260
260
261
-
- if: github.event_name == 'pull_request'
262
-
name: Check Configuration section
263
-
run: |
264
-
sed -n '/## Configuration/,$p' README.md | sed -n '/## Reference/q;p' >> config_section.txt
Copy file name to clipboardExpand all lines: .github/workflows/prerelease.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -205,33 +205,6 @@ jobs:
205
205
206
206
Maintainer note: consult the [runbook](https://github.com/pulumi/platform-providers-team/blob/main/playbooks/tf-provider-updating.md) for dealing with any breaking changes.
207
207
208
-
- if: github.event_name == 'pull_request'
209
-
name: Check Configuration section
210
-
run: |
211
-
sed -n '/## Configuration/,$p' README.md | sed -n '/## Reference/q;p' >> config_section.txt
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -219,33 +219,6 @@ jobs:
219
219
220
220
Maintainer note: consult the [runbook](https://github.com/pulumi/platform-providers-team/blob/main/playbooks/tf-provider-updating.md) for dealing with any breaking changes.
221
221
222
-
- if: github.event_name == 'pull_request'
223
-
name: Check Configuration section
224
-
run: |
225
-
sed -n '/## Configuration/,$p' README.md | sed -n '/## Reference/q;p' >> config_section.txt
Copy file name to clipboardExpand all lines: .github/workflows/run-acceptance-tests.yml
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -229,33 +229,6 @@ jobs:
229
229
230
230
Maintainer note: consult the [runbook](https://github.com/pulumi/platform-providers-team/blob/main/playbooks/tf-provider-updating.md) for dealing with any breaking changes.
231
231
232
-
- if: github.event_name == 'pull_request'
233
-
name: Check Configuration section
234
-
run: |
235
-
sed -n '/## Configuration/,$p' README.md | sed -n '/## Reference/q;p' >> config_section.txt
0 commit comments