Skip to content

Commit

Permalink
fix(workflow): add dispatch;
Browse files Browse the repository at this point in the history
- Add dispatch to upstream workflow as it needs something.
  • Loading branch information
JVickery-TBS committed May 8, 2024
1 parent c4cbc62 commit 42e6346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests
# (canada fork only): disable tests, until we fix them up for our fork...
#[push, pull_request]
on: []
on: [workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42e6346

Please sign in to comment.