Skip to content

Commit

Permalink
Merge pull request #1118 from james-garner-canonical/run-test-on-work…
Browse files Browse the repository at this point in the history
…flow-dispatch

#1118

To facilitate figuring out which integration tests (in)consistently fail, it would be nice to be able to run them multiple times. Tests are very inconsistent and slow on my (low end) machine, so running them on github seems preferable. To avoid having to push or make pull requests to trigger tests, let's allow them to be run manually via the `workflow_dispatch` event.
  • Loading branch information
jujubot authored Sep 30, 2024
2 parents 0a22648 + 6058202 commit 50b42d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Testing

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
lint:
Expand Down

0 comments on commit 50b42d0

Please sign in to comment.