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
|
||||||
1
.github/workflows/nix-mac.yaml
vendored
1
.github/workflows/nix-mac.yaml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
1
.github/workflows/qc-mac.yaml
vendored
1
.github/workflows/qc-mac.yaml
vendored
@@ -2,6 +2,7 @@ name: QC Mac
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user