mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-11 07:22:19 +01:00
Fix Manual BitwiseCmdTests workflow configuration (#63)
* Fix manual BitwiseCmdTests workflow triggers * Remove PR trigger from manual BitwiseCmdTests workflow
This commit is contained in:
3
.github/workflows/manual-bitwisecmdtests.yml
vendored
3
.github/workflows/manual-bitwisecmdtests.yml
vendored
@@ -8,6 +8,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run BitwiseCmdTests
|
||||
uses: ./.github/actions/bitwisecmdtests
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user