Skip to content

Commit

Permalink
ci(crates-io): make crates-io a workflow call [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Jan 12, 2024
1 parent af1e6b8 commit d244d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: "Check: Compiling gstd on stable"
run: cargo +stable check -p gstd

- name: "Check: crates-io packages"
uses: ./.github/workflows/crates-io.yml

fuzzer:
runs-on: [kuberunner, github-runner-01]
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/crates-io.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Crates IO

on:
workflow_call:
workflow_dispatch:
inputs:
publish:
Expand All @@ -11,8 +12,6 @@ on:
description: "Workspace version to publish"
required: true
type: string
pull_request:
branches: [master]

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit d244d83

Please sign in to comment.