Skip to content

Commit

Permalink
prune branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Oct 14, 2023
1 parent 152dcd5 commit 8c47bd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
push:
workflow_call:
inputs:
commit:
commit: # For release version bump commit
required: false
type: string
environment:
required: false
type: string
prettyfy:
prettyfy: # For HTML diff
required: false
type: boolean
skip_lints_tests:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
environment:
required: false
type: string
sphinx_github_branch:
required: false
type: string


jobs:
Expand All @@ -24,7 +21,6 @@ jobs:
commit: "${{ inputs.commit }}"
environment: "${{ inputs.environment || 'staging' }}"
skip_lints_tests: true
sphinx_github_branch: "${{ inputs.sphinx_github_branch }}"

Deploy:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
with:
commit: "${{ needs.Bump.outputs.NEW_COMMIT }}"
environment: production
sphinx_github_branch: "${{ github.ref_name }}"
secrets: inherit

Release:
Expand Down

0 comments on commit 8c47bd7

Please sign in to comment.