mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
feat: Ability to manually run CI for pull requests
This commit is contained in:
8
.github/workflows/manual-mac-pr.yaml
vendored
Normal file
8
.github/workflows/manual-mac-pr.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: PR Validation on Mac
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
qc:
|
||||
uses: ./.github/workflows/qc-mac.yaml
|
||||
nix:
|
||||
uses: ./.github/workflows/nix-mac.yaml
|
||||
Reference in New Issue
Block a user