Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Dec 17, 2023
1 parent dde83f1 commit bf598fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'synchronize'
merge_group:
workflow_dispatch:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
workflow_dispatch:
inputs:
publish_package:
description: 'Publish build on PyPI [true/false]'
description: 'Publish build on PyPI'
required: true
default: false
type: boolean
skip_env_check:
description: 'Skip tag check [true/false]'
description: 'Skip tag check'
required: true
default: false
type: boolean
Expand Down

0 comments on commit bf598fb

Please sign in to comment.