Bryannaegele patch 1 (#135)

* Update elixir.yml

* Update erlang.yml (#134)
This commit is contained in:
Bryan Naegele 2022-11-25 14:35:36 -07:00 committed by GitHub
parent 62219a28f1
commit f5b138f297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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: