Bryannaegele patch 1 (#135)
* Update elixir.yml * Update erlang.yml (#134)
This commit is contained in:
parent
62219a28f1
commit
f5b138f297
4
.github/workflows/elixir.yml
vendored
4
.github/workflows/elixir.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/erlang.yml
vendored
2
.github/workflows/erlang.yml
vendored
@ -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…
x
Reference in New Issue
Block a user