Bryannaegele patch 1 (#135)
* Update elixir.yml * Update erlang.yml (#134)
This commit is contained in:
parent
62219a28f1
commit
f5b138f297
|
@ -1,7 +1,7 @@
|
||||||
name: Elixir
|
name: Elixir
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
types: [opened, reopened, synchronize, labeled]
|
types: [opened, reopened, synchronize, labeled]
|
||||||
|
@ -11,7 +11,7 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{ github.head_ref || github.run_id }}
|
group: ci-${{ github.head_ref || github.run_id }}-elixir
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -11,7 +11,7 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{ github.head_ref || github.run_id }}
|
group: ci-${{ github.head_ref || github.run_id }}-erlang
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue