diff options
author | David Robertson <davidr@element.io> | 2021-08-12 11:48:36 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-08-12 11:48:36 +0100 |
commit | 878528913d2927bba5ba8795c405f8a7475934cd (patch) | |
tree | 52c25687403e9422679b5a1673c7dc83f7af7cd2 /.github | |
parent | portdb also uses coverage, so provide $TOP there (diff) | |
download | synapse-878528913d2927bba5ba8795c405f8a7475934cd.tar.xz |
Remove buildkite-era comment
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6874d253ca..8736699ad8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,9 +38,6 @@ jobs: if: ${{ github.base_ref == 'develop' || contains(github.base_ref, 'release-') }} runs-on: ubuntu-latest steps: - # Note: This and the script can be simplified once we drop Buildkite. See: - # https://github.com/actions/checkout/issues/266#issuecomment-638346893 - # https://github.com/actions/checkout/issues/416 - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} |