Skip to content

REVERTME: only test hash utils #51

REVERTME: only test hash utils

REVERTME: only test hash utils #51

Workflow file for this run

name: push
# TODO: improve run name using commit title (`message` includes details as well)
# run-name: >-
# ${{github.ref_name}}:
# ${{github.event.head_commit.message}}
# (${{github.event.pusher.name}})
on:
push:
branches:
- develop
- backports/**
concurrency:
group: push-${{github.ref}}-${{github.run_number}}-${{github.workflow}}
cancel-in-progress: true
jobs:
build-fast:
uses: ./.github/workflows/build-fast.yml
# vim: set nowrap tw=100: