Skip to content

Commit

Permalink
Enforced Seperate Workflow for Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent 3a8eca8 commit 878b584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Run Test Workflow
uses: peter-evans/workflow-dispatch@v2
- name: Running Test Workflow
run: |
echo "Starting Test Workflow"
with:
workflow: Test

0 comments on commit 878b584

Please sign in to comment.