Skip to content

Commit

Permalink
chore: More schemas action tinkering part two
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 8, 2024
1 parent dd0f631 commit 01844b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 📄 Schemas

on:
push:
branches: [main]
branches: [main, "**"]

pull_request:
branches: ["**"]
Expand Down Expand Up @@ -37,9 +37,9 @@ jobs:
schemas:
needs: changes
if: ${{ needs.changes.outputs.rust == 'true' }}
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# env:
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion homestar-schemas/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ fn generate_api_doc(
summary: None,
servers: None,
tags: None,
param_structure: Some(MethodObjectParamStructure::ByName),
param_structure: Some(MethodObjectParamStructure::Either),
params: vec![],
result: ContentDescriptorOrReference::ContentDescriptorObject(ContentDescriptorObject {
name: "metrics".to_string(),
Expand Down

0 comments on commit 01844b8

Please sign in to comment.