From 2fbddd72258bbed0b20b36839d191540ad1b4474 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Wed, 13 Dec 2023 10:34:13 +0100 Subject: [PATCH] DEBUG run dep-narrowing-th:Test -- #2073 --- .github/workflows/workflow.yaml | 92 ++----------------- .../dep-narrowing-th/BUILD.bazel | 4 +- 2 files changed, 12 insertions(+), 84 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 48d44d690..e3d50c447 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -1,12 +1,7 @@ name: Continuous integration on: push: - branches: master - pull_request: - branches: master workflow_dispatch: # allows manual triggering - schedule: - - cron: '1 11 * * *' env: # Bump this number to invalidate the GH actions cache cache-version: 0 @@ -16,49 +11,16 @@ concurrency: cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} jobs: - lint: - name: Format & Lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: tweag/configure-bazel-remote-cache-auth@v0 - with: - buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }} - bazelrc_path: .bazelrc.auth - - uses: ./.github/actions/set_tcp_keepalive_time - - uses: ./.github/actions/authenticate_github_api - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - - name: Configure - run: | - cat >>.bazelrc.local <