chore: [release-2.9.x] docs: Update publish-technical-documentation-next.yml (#12785)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/12819/head
Grot (@grafanabot) 1 year ago committed by GitHub
parent 14f126a430
commit e3d42afa37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/publish-technical-documentation-next.yml
  2. 1
      .github/workflows/publish-technical-documentation-release.yml

@ -10,7 +10,6 @@ on:
jobs:
sync:
runs-on: "ubuntu-latest"
needs: "test"
steps:
- name: "Check out code"
uses: "actions/checkout@v4"

@ -12,7 +12,6 @@ on:
jobs:
sync:
runs-on: "ubuntu-latest"
needs: "test"
steps:
- name: "Checkout code and tags"
uses: "actions/checkout@v4"

Loading…
Cancel
Save