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
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
types: [opened, reopened, synchronize, labeled]
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- 'main'
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.head_ref || github.run_id }}
|
||||
group: ci-${{ github.head_ref || github.run_id }}-elixir
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -11,7 +11,7 @@ on:
|
|||
- 'main'
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.head_ref || github.run_id }}
|
||||
group: ci-${{ github.head_ref || github.run_id }}-erlang
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue