Skip to content

Commit

Permalink
fix: CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Oct 26, 2024
1 parent bd192b2 commit 8fccc39
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build Tools

on:
workflow_dispatch:
inputs:
artifact_name:
required: true
type: string
default: "FicsItNetworks"
workflow_call:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build

on:
workflow_dispatch:
inputs:
artifact_name:
required: true
type: string
default: "FicsItNetworks"
workflow_call:
inputs:
artifact_name:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Generate Documentation

on:
workflow_dispatch:
inputs:
artifact_name:
required: true
type: string
workflow_call:
inputs:
artifact_name:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Update Documentation

on:
workflow_dispatch:
inputs:
artifact_name:
required: true
type: string
default: "FicsItNetworks"
workflow_call:
inputs:
artifact_name:
Expand Down

0 comments on commit 8fccc39

Please sign in to comment.