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 <