Skip to content

Commit

Permalink
force test
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Oct 27, 2023
1 parent c22a879 commit 8f1c7fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[cli] Run unit tests"

on:
push:
branches: [ main, try-self-hosted ]
branches: [ main ]
paths:
- cli/**
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/device-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[device-connectors] Run unit tests"

on:
push:
branches: [ main, try-self-hosted ]
branches: [ main ]
paths:
- device-connectors/**
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[server] Run unit tests"

on:
push:
branches: [ main, try-self-hosted ]
branches: [ main ]
paths:
- server/**
pull_request:
Expand Down
1 change: 1 addition & 0 deletions cli/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ Finally, to download the artifact tarball from the job, you can use the
$ testflinger-cli artifact [--filename <DEFAULT:artifact.tgz>] <job_id>
FOO
1 change: 1 addition & 0 deletions server/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,4 @@ server will only return one job.
$ curl http://localhost:8000/v1/job/00000000-0000-0000-0000-000000000000/action \
-X POST --header "Content-Type: application/json" \
--data '{ "action":"cancel" }'
FOO

0 comments on commit 8f1c7fc

Please sign in to comment.