Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Add network actuators #14

Add network actuators

Add network actuators #14

Workflow file for this run

name: Pull Request
permissions:
contents: read
on:
merge_group:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-on-${{ github.event_name }}-from-${{ github.ref_name }}
cancel-in-progress: true
jobs:
run-tests:
uses: ./.github/workflows/ci.yml
secrets: inherit