fix(deps): update github.com/grafana/grafana-com-public-clients/go/gcom digest to 0d484aa #4639
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pr comment | |
| on: | |
| pull_request: | |
| jobs: | |
| info-comment: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| with: | |
| persist-credentials: false | |
| - uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2 | |
| with: | |
| message: | | |
| In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. | |
| To do so, a Grafana Labs employee must trigger the `cloud acceptance tests` workflow manually. |