Skip to content

Commit

Permalink
Require the GitHub Enterprise Server v3.15 build to pass in the relea…
Browse files Browse the repository at this point in the history
…se process (#353)
  • Loading branch information
timrogers authored Dec 5, 2024
1 parent 51ac33a commit 97ac8a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,11 @@ jobs:
name: Check release tag matches version
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
needs: [
needs:
[
'package',
'test_and_lint',
#'end_to_end_tests_linux_ghes_315',
'end_to_end_tests_linux_ghes_315',
'end_to_end_tests_linux_ghes_314',
'end_to_end_tests_linux_ghes_313',
'end_to_end_tests_linux_ghes_312',
Expand Down

0 comments on commit 97ac8a3

Please sign in to comment.