mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-21 08:51:54 +00:00
Document the use of concurrency
This commit is contained in:
4
.github/workflows/neocities.yml
vendored
4
.github/workflows/neocities.yml
vendored
@@ -10,6 +10,10 @@ env:
|
|||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
node_version: lts/*
|
node_version: lts/*
|
||||||
|
|
||||||
|
concurrency: # prevent concurrent deploys doing starnge things
|
||||||
|
group: deploy-to-neocities
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -11,6 +11,10 @@ env:
|
|||||||
node_version: lts/*
|
node_version: lts/*
|
||||||
FORCE_COLOR: 2
|
FORCE_COLOR: 2
|
||||||
|
|
||||||
|
concurrency: # prevent concurrent releases
|
||||||
|
group: npm-bump
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
version_and_release:
|
version_and_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user