Skip to content

Bind missing base profile calls #2

Bind missing base profile calls

Bind missing base profile calls #2

Workflow file for this run

name: push
on:
push:
branches:
- main
concurrency:
group: push-${{github.ref}}-${{github.run_number}}-${{github.workflow}}
cancel-in-progress: true
jobs:
build-fast:
uses: ./.github/workflows/build-fast.yml
all:
needs:
- build-fast
runs-on: ubuntu-latest
steps:
- name: Success
run: "true"
# vim: set nowrap tw=100: