Skip to content

Commit

Permalink
Remove concurrency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Oct 18, 2024
1 parent fdd7765 commit b841a33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
build-slides:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -63,8 +61,6 @@ jobs:

build-examples-ferrocene:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -101,8 +97,6 @@ jobs:
build-examples:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit b841a33

Please sign in to comment.