Skip to content

Commit

Permalink
fix: dev
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Nov 30, 2023
1 parent 348c7bc commit b70b269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ jobs:
uses: ./.github/actions/trigger-workflow
with:
workflowFileName: test.yml
token: ${{ secrets.CI_PAT }}
token: ${{ secrets.CI_PAT }}


1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Cargo Test

on:
workflow_dispatch:
push:

jobs:
test:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ Please submit and review/comment on issues before contributing. Review [CONTRIBU

## License

This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details.

This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details.

0 comments on commit b70b269

Please sign in to comment.