Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 9, 2024
1 parent 7eef921 commit 7c49a28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Commit push
on: [push, workflow_call]
on:
push:
workflow_call:
secrets:
codecov_token:
required: true

jobs:
run_tests:
Expand Down

0 comments on commit 7c49a28

Please sign in to comment.