aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-release-binaries.yml2
-rw-r--r--.github/workflows/ci.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml
index 57beed7..ff36c7a 100644
--- a/.github/workflows/build-release-binaries.yml
+++ b/.github/workflows/build-release-binaries.yml
@@ -152,7 +152,7 @@ jobs:
path: ${{ matrix.artifact_name }}
###
- # Below this line, steps will only be ran if a tag was pushed.
+ # Below this line, steps will only be run if a tag was pushed.
###
- name: Get tag name
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 457b331..02d4808 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,3 +45,4 @@ jobs:
with:
command: clippy
args: -- -D warnings
+ if: matrix.rust == 'nightly'