forked from DGNum/colmena
.github: Add commit status for manual build
This commit is contained in:
parent
39f597f778
commit
b88a19b904
2 changed files with 2 additions and 0 deletions
1
.github/workflows/manual-stable.yml
vendored
1
.github/workflows/manual-stable.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: haya14busa/action-workflow_run-status@v1
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: cachix/install-nix-action@v15
|
||||
with:
|
||||
|
|
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: haya14busa/action-workflow_run-status@v1
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: cachix/install-nix-action@v15
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue