Skip to content

Commit

Permalink
Ensure only one functionalTest pipeline runs simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz authored Mar 20, 2024
1 parent 47fc1da commit 5aa72d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_functional_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: functionalTest
concurrency: functional-test-group

on:
push:
Expand Down

0 comments on commit 5aa72d1

Please sign in to comment.