Skip to content

Commit

Permalink
Remove nightly from the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed May 1, 2023
1 parent 5ae633c commit 0c3ebe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Aerospike Node.js Client Tests
name: Aerospike Rust Client Tests

on:
push:
branches:
- master
- gh-actions
pull_request:
branches:
branches:
- master

env:
Expand All @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
rust: [stable, nightly]
rust: [stable]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0c3ebe3

Please sign in to comment.