Bladeren bron

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

mamoodi 1 jaar geleden
bovenliggende
commit
81d3a2881a
1 gewijzigde bestanden met toevoegingen van 1 en 7 verwijderingen
  1. 1 7
      .github/workflows/ghcr-build.yml

+ 1 - 7
.github/workflows/ghcr-build.yml

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