|
|
@@ -1,12 +1,6 @@
|
|
|
-# Workflow that builds, tests and then pushes the runtime docker images to the ghcr.io repository
|
|
|
+# Workflow that builds, tests and then pushes the OpenHands and runtime docker images to the ghcr.io repository
|
|
|
name: Build, Test and Publish RT Image
|
|
|
|
|
|
-# Only run one workflow of the same group at a time.
|
|
|
-# There can be at most one running and one pending job in a concurrency group at any time.
|
|
|
-concurrency:
|
|
|
- group: ${{ github.workflow }}-${{ github.ref }}
|
|
|
- cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
|
|
|
-
|
|
|
# Always run on "main"
|
|
|
# Always run on tags
|
|
|
# Always run on PRs
|