diff --git a/.github/workflows/cli-tox.yml b/.github/workflows/cli-tox.yml index 9d24bcbc..4c881835 100644 --- a/.github/workflows/cli-tox.yml +++ b/.github/workflows/cli-tox.yml @@ -2,7 +2,7 @@ name: "[cli] Run unit tests" on: push: - branches: [ main, try-self-hosted ] + branches: [ main ] paths: - cli/** pull_request: diff --git a/.github/workflows/device-tox.yml b/.github/workflows/device-tox.yml index 417105f8..6a505e70 100644 --- a/.github/workflows/device-tox.yml +++ b/.github/workflows/device-tox.yml @@ -2,7 +2,7 @@ name: "[device-connectors] Run unit tests" on: push: - branches: [ main, try-self-hosted ] + branches: [ main ] paths: - device-connectors/** pull_request: diff --git a/.github/workflows/server-tox.yml b/.github/workflows/server-tox.yml index c1171b75..c670ed4b 100644 --- a/.github/workflows/server-tox.yml +++ b/.github/workflows/server-tox.yml @@ -2,7 +2,7 @@ name: "[server] Run unit tests" on: push: - branches: [ main, try-self-hosted ] + branches: [ main ] paths: - server/** pull_request: diff --git a/cli/README.rst b/cli/README.rst index 520cd4f9..ee063bd0 100644 --- a/cli/README.rst +++ b/cli/README.rst @@ -71,3 +71,4 @@ Finally, to download the artifact tarball from the job, you can use the $ testflinger-cli artifact [--filename ] +FOO diff --git a/server/README.rst b/server/README.rst index 317f8a7f..f022ba98 100644 --- a/server/README.rst +++ b/server/README.rst @@ -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