diff --git a/.bazeliskrc b/.bazeliskrc index 7c75a11..912bd81 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1 +1 @@ -USE_BAZEL_VERSION=7.0.0rc5 +USE_BAZEL_VERSION=7.0.0 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index fe84ae1..7de7b97 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -20,7 +20,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-2019] bazel_mode: [workspace, module] - version: ["5.3.0", "6.0.0", "7.0.0rc5"] + version: ["5.3.0", "6.0.0", "7.0.0"] exclude: - version: 5.3.0 bazel_mode: module @@ -89,3 +89,13 @@ jobs: cd tests && bazel test //... fi + + all_ci_tests: + runs-on: ubuntu-latest + needs: + - build-and-test + if: ${{ always() }} + steps: + - uses: cgrindel/gha_join_jobs@794a2d117251f22607f1aab937d3fd3eaaf9a2f5 # v1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}