Skip to content

Commit

Permalink
Switch to gh selfhosted runner (srid#44)
Browse files Browse the repository at this point in the history
* Delete Jenkinsfile

* Create ci.yaml
  • Loading branch information
srid authored Feb 13, 2024
1 parent d6c06ea commit 4f5c18f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "CI"
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: nixci
11 changes: 0 additions & 11 deletions Jenkinsfile

This file was deleted.

0 comments on commit 4f5c18f

Please sign in to comment.