Skip to content

Merge branch 'v6/prerelease/devnet' into v6/develop #236

Merge branch 'v6/prerelease/devnet' into v6/develop

Merge branch 'v6/prerelease/devnet' into v6/develop #236

Workflow file for this run

name: update-cache
on:
push:
branches:
- v6/develop
concurrency:
group: update-cache-${{ github.ref }}
cancel-in-progress: true
jobs:
build-cache:
name: Build Cache
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup