Skip to content

Commit

Permalink
Limit acceptance test job/workflow to single run at a time (#738)
Browse files Browse the repository at this point in the history
* Add concurrency group to acceptance test workflows

* Update workflow name
  • Loading branch information
scotchneat committed Nov 1, 2021
1 parent 4750455 commit 1e628b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/acceptance-test-schedule.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Tests
name: Acceptance Test Schedule

# Runs acceptance tests on a cron schedule

on:
schedule:
- cron: 0 14 * * MON-FRI # Every weekday at 14:00 UTC (10a Eastern)

concurrency: acceptance_tests

jobs:
acceptance:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
environment:
name: Acceptance Tests

concurrency: acceptance_tests

continue-on-error: true

steps:
Expand Down

0 comments on commit 1e628b8

Please sign in to comment.