Skip to content

Bump elliptic from 6.5.4 to 6.5.7 in /cobalt/demos/content/media-element-demo #2930

Bump elliptic from 6.5.4 to 6.5.7 in /cobalt/demos/content/media-element-demo

Bump elliptic from 6.5.4 to 6.5.7 in /cobalt/demos/content/media-element-demo #2930

Workflow file for this run

name: raspi-2
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
- feature/*
schedule:
# GMT timezone.
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
raspi-2:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2
nightly: ${{ github.event.inputs.nightly }}
raspi-2-skia:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2-skia
nightly: ${{ github.event.inputs.nightly }}