Skip to content

Commit 9124d55

Browse files
committed
remove update-latest-artifact-link
1 parent e77fb57 commit 9124d55

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -211,20 +211,4 @@ jobs:
211211
# with:
212212
# name: playwright-report-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
213213
# path: playwright-report/
214-
# retention-days: 5
215-
216-
update-latest-artifact-link:
217-
needs: [playwright-tests, build]
218-
runs-on: ubuntu-latest
219-
name: Update link to the latest artifact
220-
steps:
221-
- name: Checkout
222-
uses: actions/checkout@v4
223-
- name: Update the latest workflow artifact URL
224-
if: github.ref == 'refs/heads/master'
225-
run: |
226-
sed -i 's|\[Download the latest build\](.*)|\[Download the latest build\](${{ needs.build.outputs.artifact-url }})|' README.md
227-
git config --global user.name 'github-actions[bot]'
228-
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
229-
git commit -am "Update link to the latest workflow artifact"
230-
git push
214+
# retention-days: 5

0 commit comments

Comments
 (0)