Skip to content

Commit

Permalink
Allow parallel running
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Mar 21, 2024
1 parent 7ec40cd commit 9bf4c3c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/validation-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ jobs:
needs:
- data-catalog
runs-on: ubuntu-latest
continue-on-error: true

# Limits validation to only run for each dataset site one at a time
# This limits the number of concurrent requests to dataset sites which may be hosted on the same platform
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

# Defines a matrix strategy that includes all feeds in the OpenActive catalogues
strategy:
Expand Down

0 comments on commit 9bf4c3c

Please sign in to comment.