Remove concurrency from ghcr-build so it always runs on main commits (#4275)

This commit is contained in:
mamoodi
2024-10-08 12:29:31 -04:00
committed by GitHub
parent 59fbc11afe
commit 81d3a2881a

View File

@@ -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