Skip to content

Merge pull request #2700 from OriginTrail/v6/bugfix/update-root-hash-… #40

Merge pull request #2700 from OriginTrail/v6/bugfix/update-root-hash-…

Merge pull request #2700 from OriginTrail/v6/bugfix/update-root-hash-… #40

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