mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-20 02:03:16 +00:00
temp rm uva
This commit is contained in:
parent
76d810a44f
commit
2b65c83245
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,9 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
# Runners: uvacompute (https://uvacompute.com)
|
||||||
|
# To enable, set the UVA_RUNNER repo variable to the correct runner label.
|
||||||
|
# runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
@ -12,7 +16,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
cargo:
|
cargo:
|
||||||
name: Cargo Build
|
name: Cargo Build
|
||||||
runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }}
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
@ -39,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
name: Docker Build
|
name: Docker Build
|
||||||
runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }}
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue