Skip to content

Commit c5affb9

Browse files
committed
trivial change to test concurrency #patch
1 parent 384d032 commit c5affb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
docker run --rm $LC_IMAGE_NAME:${{ needs.build.outputs.tag }} python -m py_compile ldap_sync.py
9999

100100
release:
101-
concurrency:
101+
concurrency: # only release one build at a time
102102
group: ldap_sync
103103
runs-on: ubuntu-latest
104104
needs:

0 commit comments

Comments
 (0)