Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make sure visual diffs are generated on master
Rūdolfs Ošiņš committed 3 years ago
commit 68b0832280d3cbf87306960f522bcfd701f4d223
parent 09ceeed136ce3d1599f9394914327e95b283a8bb
1 file changed +1 -1
modified .github/workflows/check-visual.yml
@@ -10,7 +10,7 @@ on:
jobs:
  generate-visual-diffs:
    concurrency:
-
      group: ${{ github.head_ref }}
+
      group: ${{ github.head_ref || github.run_id }}
      cancel-in-progress: true

    timeout-minutes: 30