Skip to content

Commit

Permalink
chore: move to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 9, 2024
1 parent 695ff66 commit 655b570
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI-PR

on:
pull_request:
# branches: [master, main]

concurrency:
group: ci-pr-${{ github.ref }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
override: true
target: x86_64-unknown-linux-musl

- name: Install cc
run: sudo apt-get update && sudo apt-get install --yes gcc

- name: Compile
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/security_audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 655b570

Please sign in to comment.