Skip to content

Bump cookie and express in /tools/android/dependency_analysis/js #3152

Bump cookie and express in /tools/android/dependency_analysis/js

Bump cookie and express in /tools/android/dependency_analysis/js #3152

Workflow file for this run

name: linux
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- experimental/*
- feature/*
push:
branches:
- main
- experimental/*
- feature/*
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
# This is default Chromium build config
linux-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux
nightly: ${{ github.event.inputs.nightly }}
# This is default Chrobalt build config
linux-chrobalt:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux-chrobalt
nightly: ${{ github.event.inputs.nightly }}