Skip to content

Change the git clone to sync to the stable branch and only to download the single (stable) branch #2036

Change the git clone to sync to the stable branch and only to download the single (stable) branch

Change the git clone to sync to the stable branch and only to download the single (stable) branch #2036

Workflow file for this run

# Do not edit; instead, modify presubmit.yaml.template, and run './bin/plugin generate'.
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
name: presubmit
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
permissions:
contents: read
jobs:
presubmit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
version: [2023.3.2]
steps:
- name: checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: build ${{ matrix.version }}
run: ./tool/github.sh
env:
IDEA_VERSION: ${{ matrix.version }}
checker:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
bot: [CHECK_BOT, DART_BOT, UNIT_TEST_BOT]
steps:
- name: checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Linux ${{ matrix.bot }}
run: ./tool/github.sh
env:
BOT: ${{ matrix.bot }}