Skip to content

Commit 1f459e5

Browse files
committed
Restrict publishing to GitHub Pages to a single concurrent job
1 parent 4db7159 commit 1f459e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ jobs:
8585

8686
update_documentation:
8787
name: Update Snapshot Documentation
88-
needs: linux
88+
concurrency:
89+
group: github-pages
90+
cancel-in-progress: true
91+
needs: Linux
8992
runs-on: ubuntu-latest
9093
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && github.ref == 'refs/heads/main'
9194
steps:

0 commit comments

Comments
 (0)