Skip to content

Commit 3048af1

Browse files
authored
Merge pull request #50 from mwestphal/cleanup_ci
CI: Remove not needed concurrency
2 parents e004ad3 + 135b14c commit 3048af1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,12 @@ on:
2424
required: false
2525
default: ""
2626

27-
# TODO: add nightly?
28-
# https://github.com/f3d-app/f3d-website/issues/5
29-
3027
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
3128
permissions:
3229
contents: read
3330
pages: write
3431
id-token: write
3532

36-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
37-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
38-
concurrency:
39-
group: "pages"
40-
cancel-in-progress: false
41-
4233
jobs:
4334
build:
4435
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)